BatteryReport constructor

BatteryReport(
  1. List<int> data
)

Implementation

BatteryReport(List<int> data) : super(data);