HealthCheckInfo constructor

const HealthCheckInfo({
  1. String? connectionId,
  2. int? participantCount,
})

Implementation

const HealthCheckInfo({
  this.connectionId,
  this.participantCount,
});