MeterReport constructor

MeterReport(
  1. List<int> data
)

Implementation

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