shouldSwitchToLowPower property

bool get shouldSwitchToLowPower

Whether the estimation suggests switching to low power mode.

Implementation

bool get shouldSwitchToLowPower =>
    !isCharging && duration.inMinutes < 60 && lowPowerDuration > duration;