AndroidBatteryInfo constructor
AndroidBatteryInfo({})
Implementation
AndroidBatteryInfo({
this.batteryCapacity,
this.batteryLevel,
this.chargeTimeRemaining,
this.chargingStatus,
this.currentAverage,
this.currentNow,
this.health,
this.pluggedStatus,
this.present,
this.remainingEnergy,
this.scale,
this.technology,
this.temperature,
this.voltage,
});