inventoryattributevalueBrowsePost method

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

Implementation

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

  return _inventoryattributevalueBrowsePost(body: body);
}