revenuereportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> revenuereportPreviewGet()

Implementation

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

  return _revenuereportPreviewGet();
}