NiceRealtimePoint constructor

const NiceRealtimePoint({
  1. required DateTime time,
  2. required double value,
  3. String? label,
})

Implementation

const NiceRealtimePoint({required this.time, required this.value, this.label});