avg property

double get avg

Implementation

double get avg => sum / length;