/* Options: Date: 2025-05-05 18:46:06 Version: 8.61 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://prod-api-agency-orch-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetMotabilityVehiclesCsvRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/v1/vehicle/MotabilityVehicles/csv", "GET") class GetMotabilityVehiclesCsvRequest implements IConvertible, IGet { GetMotabilityVehiclesCsvRequest(); GetMotabilityVehiclesCsvRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "GetMotabilityVehiclesCsvRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'prod_api_agency_orch_mb_dhc.rapp_customers.co.uk', types: { 'GetMotabilityVehiclesCsvRequest': TypeInfo(TypeOf.Class, create:() => GetMotabilityVehiclesCsvRequest()), });