n property

int? n

Implementation

int? get n => _$this._n;
void n=(int? n)

Implementation

set n(int? n) => _$this._n = n;