inventorysearchPost method
Future<Response<WebApiModulesHomeControlsInventorySearchInventorySearch> >
inventorysearchPost({
- required WebApiModulesHomeControlsInventorySearchInventorySearch? body,
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsInventorySearchInventorySearch>>
inventorysearchPost(
{required WebApiModulesHomeControlsInventorySearchInventorySearch?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventorySearchInventorySearch,
() => WebApiModulesHomeControlsInventorySearchInventorySearch
.fromJsonFactory);
return _inventorysearchPost(body: body);
}