accountScore property

String? get accountScore

Implementation

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

Implementation

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