IndexerHealth constructor

IndexerHealth({
  1. required bool dbAvailable,
  2. required bool isMigrating,
  3. required String message,
  4. required BigInt round,
  5. dynamic data,
})

Implementation

IndexerHealth({
  required this.dbAvailable,
  required this.isMigrating,
  required this.message,
  required this.round,
  this.data,
});