inactiveeligiblereportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> inactiveeligiblereportPreviewGet()

Implementation

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

  return _inactiveeligiblereportPreviewGet();
}