nice property

int? nice

Implementation

int? get nice => _$this._nice;
void nice=(int? nice)

Implementation

set nice(int? nice) => _$this._nice = nice;