ReverseClosedRange class
反向闭区间指的是区间边界的两个值包括在内 格式为:(min , max)的反区间 例如:(1, 2)的反区间为:(-∞, 1] U [2, +∞)
Constructors
- ReverseClosedRange({num? min, num? max})
-
const
Properties
Methods
-
contain(
num value) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited