isLowBattery property

bool get isLowBattery

Whether battery is low (below 20%).

Implementation

bool get isLowBattery => batteryLevel < 20;