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