meanScore property

int? get meanScore

Implementation

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

Implementation

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