Max class
Constructors
-
Max(num max, {bool inclusive = true})
-
Validator that checks if a num value is (equals or) below a maximum.
(see
inclusive)
const
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
inclusive
→ bool
-
Whether the range is inclusive (default: true).
finalinherited
-
max
→ num?
-
(optional) The maximum value to check against.
finalinherited
-
min
→ num?
-
(optional) The minimum value to check against.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited