/* Options: Date: 2025-11-08 08:15:56 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://s4w2.api.bettor.cc //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: InvalidateFeedCache.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/qry/feed/invalidate") class InvalidateFeedCache implements IReturn, IConvertible, IPost { InvalidateFeedCache(); InvalidateFeedCache.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => ResponseStatus(); getResponseTypeName() => "ResponseStatus"; getTypeName() => "InvalidateFeedCache"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 's4w2.api.bettor.cc', types: { 'InvalidateFeedCache': TypeInfo(TypeOf.Class, create:() => InvalidateFeedCache()), });