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