receiptbatchexportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> receiptbatchexportEmptyobjectGet()

Implementation

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

  return _receiptbatchexportEmptyobjectGet();
}