BatteryState constructor
Constructs a BatteryState object with the given properties.
Implementation
BatteryState({
required this.level,
required this.temperature,
required this.isCharging,
});
Constructs a BatteryState object with the given properties.
BatteryState({
required this.level,
required this.temperature,
required this.isCharging,
});