IsbdLinkStatus constructor
IsbdLinkStatus({})
Implementation
IsbdLinkStatus({
required this.timestamp,
required this.lastHeartbeat,
required this.failedSessions,
required this.successfulSessions,
required this.signalQuality,
required this.ringPending,
required this.txSessionPending,
required this.rxSessionPending,
});