Battery constructor
Battery({})
constructor for the battery class.
Implementation
Battery({
this.level,
this.health,
this.status,
this.powerSource,
this.technology,
this.temperature,
this.voltage,
this.powerProfile,
});