meanScore property

int? meanScore

Implementation

int? get meanScore => _$this._meanScore;
void meanScore=(int? meanScore)

Implementation

set meanScore(int? meanScore) => _$this._meanScore = meanScore;