max property

int? get max

Implementation

int? get max => _$this._max;
set max (int? max)

Implementation

set max(int? max) => _$this._max = max;