Int64RangeMatch class
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.
Constructors
- Int64RangeMatch({String? rangeEnd, String? rangeStart})
- Int64RangeMatch.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rangeEnd ↔ String?
-
The end of the range (exclusive) in signed long integer format.
getter/setter pair
- rangeStart ↔ String?
-
The start of the range (inclusive) in signed long integer format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited