ServerHealthConnectionInfo constructor
ServerHealthConnectionInfo({})
Implementation
ServerHealthConnectionInfo({
int? id,
required this.serverId,
required this.timestamp,
required this.active,
required this.closing,
required this.idle,
required this.granularity,
}) : super(id);