score property

int? get score

Implementation

int? get score => _$this._score;
set score (int? score)

Implementation

set score(int? score) => _$this._score = score;