ResponseRange class

Parse and hold a content-range header value. Care unit in bytes only, and <unit> */<size> is not supported(416 Range Not Satisfiable)

https://tools.ietf.org/html/rfc7233

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range

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
size int?
getter/setter pair
specified bool
getter/setter pair

Methods

equals(ResponseRange? another) bool
isSameRange(int begin, int? end) bool
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