/* Options: Date: 2025-12-06 13:08:07 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://etc-api.vsmlab.vn //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: StatisticsRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/document/statistics", "GET") class StatisticsRequest implements IReturn, IConvertible, IGet { StatisticsRequest(); StatisticsRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => dynamic(); getResponseTypeName() => "dynamic"; getTypeName() => "StatisticsRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'etc_api.vsmlab.vn', types: { 'StatisticsRequest': TypeInfo(TypeOf.Class, create:() => StatisticsRequest()), });