/* Options: Date: 2025-12-06 04:38:04 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://s4w1.api.bengabet.webhop.biz //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetHealth.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/qry/health") class GetHealth implements IReturn, IConvertible, IPost { GetHealth(); GetHealth.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => ""; getResponseTypeName() => "String"; getTypeName() => "GetHealth"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 's4w1.api.bengabet.webhop.biz', types: { 'GetHealth': TypeInfo(TypeOf.Class, create:() => GetHealth()), });