/* Options: Date: 2026-06-06 01:35:32 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://link.dc8.unico3.cloud //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: EliminaTutteScadenzeAttive.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/documenti/scadenze/attive/*", "DELETE") class EliminaTutteScadenzeAttive implements IReturnVoid, IConvertible { EliminaTutteScadenzeAttive(); EliminaTutteScadenzeAttive.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() {} getTypeName() => "EliminaTutteScadenzeAttive"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'link.dc8.unico3.cloud', types: { 'EliminaTutteScadenzeAttive': TypeInfo(TypeOf.Class, create:() => EliminaTutteScadenzeAttive()), });