balanced constant

BatteryThresholds const balanced

Balanced thresholds.

Implementation

static const BatteryThresholds balanced = BatteryThresholds(
  lowThreshold: 20,
  criticalThreshold: 10,
);