inventorygroupBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> inventorygroupBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    inventorygroupBrowsePost({required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _inventorygroupBrowsePost(body: body);
}