BatteryLevel constructor

BatteryLevel({
  1. Key? key,
})

Implementation

BatteryLevel({Key? key}) : super(key: key);