exchangecontractreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> exchangecontractreportPreviewGet()

Implementation

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

  return _exchangecontractreportPreviewGet();
}