consignorinventorystatusandlocationreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> consignorinventorystatusandlocationreportEmptyobjectGet()

Implementation

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

  return _consignorinventorystatusandlocationreportEmptyobjectGet();
}