NumberRangeWhere<T extends num> class
- Inheritance
-
- Object
- RangeWhere<
T> - NumberRangeWhere
Constructors
- NumberRangeWhere({T? start, T? end})
Properties
Methods
-
check(
T field) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited