ScreenInfo constructor Null safety
Constructs a ScreenInfo instance with a screen's extra information.
Implementation
ScreenInfo({
required this.screenToken,
required this.batteryPercentage,
required this.lowBatteryThreshold,
required this.lowBatteryNotificationDelay,
required this.batteryReportingDelay,
required this.isOnline,
});