SerializableBattery constructor

SerializableBattery(
  1. String batteryLevel,
  2. String batteryState,
  3. String isInBatterySaveMode,
  4. String? health,
  5. String? batteryCapacity,
  6. String? technology,
)

Implementation

SerializableBattery(
  this.batteryLevel,
  this.batteryState,
  this.isInBatterySaveMode,
  this.health,
  this.batteryCapacity,
  this.technology,
);