/* Options: Date: 2026-04-05 18:25:17 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetExistingSuppliersForEntity.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:typed_data */ import 'package:servicestack/servicestack.dart'; import 'dart:typed_data'; // @Route("/Suppliers/Get-Existing-Suppliers-For-Entity", "GET") class GetExistingSuppliersForEntity implements IConvertible, IGet { GetExistingSuppliersForEntity(); GetExistingSuppliersForEntity.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "GetExistingSuppliersForEntity"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'internal.thebunkerbridge.com', types: { 'GetExistingSuppliersForEntity': TypeInfo(TypeOf.Class, create:() => GetExistingSuppliersForEntity()), });