HealthCheckEvent constructor
HealthCheckEvent({})
Returns a new HealthCheckEvent instance.
Implementation
HealthCheckEvent({
required this.cid,
required this.connectionId,
required this.createdAt,
this.me,
this.type = 'health.check',
});