warehouseinboundreportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> warehouseinboundreportEmptyobjectGet()

Implementation

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

  return _warehouseinboundreportEmptyobjectGet();
}