Gauge constructor

Gauge({
  1. required List<NumberDataPoint> dataPoints,
})

Implementation

Gauge({required this.dataPoints});