Battery constructor

Battery({
  1. int? level,
})

Implementation

Battery({
  this.level,
});