/* Options: Date: 2025-12-06 05:23:31 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: GetApiEndpoints.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/qry/config/endpoints") class GetApiEndpoints implements IReturn>, IConvertible, IPost { GetApiEndpoints(); GetApiEndpoints.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => Map(); getResponseTypeName() => "Map"; getTypeName() => "GetApiEndpoints"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'api.sbbet.ath.cx', types: { 'Map': TypeInfo(TypeOf.Class, create:() => Map()), 'GetApiEndpoints': TypeInfo(TypeOf.Class, create:() => GetApiEndpoints()), });