deviceScore property

String? get deviceScore

Implementation

String? get deviceScore => _$this._deviceScore;
set deviceScore (String? deviceScore)

Implementation

set deviceScore(String? deviceScore) => _$this._deviceScore = deviceScore;