isLowBattery property

bool get isLowBattery

Whether the battery level is low (below 20%).

Implementation

bool get isLowBattery => batteryLevel < 20;