BatteryRunway constructor
Creates a battery runway estimation.
Implementation
const BatteryRunway({
required this.duration,
required this.lowPowerDuration,
required this.recommendation,
required this.currentLevel,
this.isCharging = false,
this.drainRatePerHour,
this.lowPowerDrainRatePerHour,
this.confidence = 0.0,
});