inactiveeligiblereportEmptyobjectGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> inactiveeligiblereportEmptyobjectGet()

Implementation

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

  return _inactiveeligiblereportEmptyobjectGet();
}