/* Options: Date: 2026-06-01 14:59:42 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.imglobal.com/RestApi //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: EmptyRecycleBin.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/recycle-bin/empty", "GET") class EmptyRecycleBin implements IConvertible, IGet { EmptyRecycleBin(); EmptyRecycleBin.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "EmptyRecycleBin"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'www.imglobal.com', types: { 'EmptyRecycleBin': TypeInfo(TypeOf.Class, create:() => EmptyRecycleBin()), });