isCharging property
bool
get
isCharging
Implementation
bool get isCharging => this == BatteryStatus.charging || this == BatteryStatus.full;
bool get isCharging => this == BatteryStatus.charging || this == BatteryStatus.full;