/* Options: Date: 2025-12-14 02:06:02 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.bokamera.se //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetVossChargePlans.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/voss/chargePlan", "GET") // @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) class GetVossChargePlans implements IConvertible, IGet { GetVossChargePlans(); GetVossChargePlans.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "GetVossChargePlans"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'api.bokamera.se', types: { 'GetVossChargePlans': TypeInfo(TypeOf.Class, create:() => GetVossChargePlans()), });