/* Options: Date: 2025-12-13 05:59:40 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: PowerPlantCreateGeojsonRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/power-plants-ready-map", "GET") class PowerPlantCreateGeojsonRequest implements IConvertible, IGet { PowerPlantCreateGeojsonRequest(); PowerPlantCreateGeojsonRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "PowerPlantCreateGeojsonRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'catalog_jobs_dev.power.dev', types: { 'PowerPlantCreateGeojsonRequest': TypeInfo(TypeOf.Class, create:() => PowerPlantCreateGeojsonRequest()), });