/* Options: Date: 2024-10-18 04:13:41 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://digiofficeapigateway.deltares.nl/api //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetWorkflowTaskCount.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; class GetWorkflowTaskCount implements IReturn, IConvertible { GetWorkflowTaskCount(); GetWorkflowTaskCount.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => 0; getResponseTypeName() => "int"; getTypeName() => "GetWorkflowTaskCount"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'digiofficeapigateway.deltares.nl', types: { 'GetWorkflowTaskCount': TypeInfo(TypeOf.Class, create:() => GetWorkflowTaskCount()), });