BatteryLevel constructor

BatteryLevel(
  1. int value
)

Implementation

BatteryLevel(int value) : super('percentage', value);