inventorysearchPost method

Implementation

Future<chopper.Response<WebApiModulesInventoryInventorySearchInventorySearch>>
inventorysearchPost({
  required WebApiModulesInventoryInventorySearchInventorySearch? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventorySearchInventorySearch,
    () =>
        WebApiModulesInventoryInventorySearchInventorySearch.fromJsonFactory,
  );

  return _inventorysearchPost(body: body);
}