inventorybylocationreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> inventorybylocationreportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    inventorybylocationreportPreviewGet() {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _inventorybylocationreportPreviewGet();
}