/* Options: Date: 2025-07-04 09:48:23 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://doapigw.baasbv.nl/api //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetWorkflowTaskCount.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:typed_data */ import 'package:servicestack/servicestack.dart'; import 'dart:typed_data'; class GetWorkflowTaskCount implements IReturn, IConvertible, IPost { 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: 'doapigw.baasbv.nl', types: { 'GetWorkflowTaskCount': TypeInfo(TypeOf.Class, create:() => GetWorkflowTaskCount()), });