/* Options: Date: 2026-01-27 18:44:13 Version: 8.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://buildmax.org //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: EpsonNotification.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:typed_data */ import 'package:servicestack/servicestack.dart'; import 'dart:typed_data'; // @Route("/Epson/Notifications", "POST") class EpsonNotification implements IReturnVoid, IConvertible, IPost { EpsonNotification(); EpsonNotification.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() {} getTypeName() => "EpsonNotification"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'buildmax.org', types: { 'EpsonNotification': TypeInfo(TypeOf.Class, create:() => EpsonNotification()), });