avg property

double avg

Implementation

double get avg => _$this._avg;
void avg=(double avg)

Implementation

set avg(double avg) => _$this._avg = avg;