average property
getter/setter pair
The average value of readings.
Because there may be many readings, this is updated efficiently in addReading.
Implementation
double? average;
The average value of readings.
Because there may be many readings, this is updated efficiently in addReading.
double? average;