/* Options: Date: 2025-12-06 06:28:29 Version: 8.70 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.sbbet.ath.cx //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: InitE2E.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/cmd/e2e/commands/init", "POST") class InitE2E implements IReturn, IConvertible, IPost { InitE2E(); InitE2E.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => ResponseStatus(); getResponseTypeName() => "ResponseStatus"; getTypeName() => "InitE2E"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'api.sbbet.ath.cx', types: { 'InitE2E': TypeInfo(TypeOf.Class, create:() => InitE2E()), });