max property - IntegerRange class - core library - Dart API
max
max property
getter/setter pair
Maximum of the range. If not set, maximum is unbounded.
Implementation
int? max;
Maximum of the range. If not set, maximum is unbounded.
int? max;