RequestRange class
Parse and hold a range header value. If more than one range set present, only the first one is used.
https://tools.ietf.org/html/rfc7233
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range
Constructors
Properties
- begin ↔ int?
-
inclusive
getter/setter pair
- end ↔ int?
-
inclusive
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- specified ↔ bool
-
getter/setter pair
- suffixLength ↔ int?
-
getter/setter pair
Methods
-
equals(
RequestRange? another) → bool -
isSameRange(
int begin, int? end) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
suffixLengthToRange(
int total) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited