min property
int
get
min
Implementation
int get min => _min;
set
min
(int v)
Implementation
set min(int v) {
_min = v;
_invalidateCache();
}