PowerState constructor
const
PowerState({})
Creates a power state description.
Implementation
const PowerState({
required this.batteryLevel,
required this.isCharging,
required this.chargingSource,
required this.batteryHealth,
required this.batteryStatus,
required this.batteryTemperatureCelsius,
required this.isPowerSaveMode,
required this.isIgnoringBatteryOptimizations,
});