fixedBatteryLv property

dynamic fixedBatteryLv

Implementation

get fixedBatteryLv => batteryLv < 10 ? 4 + batteryLv / 2 : batteryLv;