StateHead class

Core information about a task such as URL, file size etc.

Constructors

StateHead(Uri originalURL, Uri url, int size)

Properties

hashCode int
The hash code for this object.
no setterinherited
originalURL Uri
Original URL passed in constructor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Server file size, can be -1 if unknown.
final
url Uri
Resolved URL.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited