score property

int? score

Implementation

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

Implementation

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