accountScore property

int? get accountScore

Implementation

int? get accountScore => _$this._accountScore;
set accountScore (int? accountScore)

Implementation

set accountScore(int? accountScore) => _$this._accountScore = accountScore;