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