r property

int? get r

Implementation

int? get r => _$this._r;
set r (int? r)

Implementation

set r(int? r) => _$this._r = r;