min property
int?
get
min
Implementation
int? get min => _$this._min;
set
min
(int? min)
Implementation
set min(int? min) => _$this._min = min;