orderValidatedealBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
orderValidatedealBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
orderValidatedealBrowsePost(
{required FwStandardModelsBrowseRequest? body}) {
generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);
return _orderValidatedealBrowsePost(body: body);
}