ImageRequest class

Constructors

ImageRequest.fromUri(Uri currentUri, {ImageRequestState state = ImageRequestState.unavailable})

Properties

available bool
When an image request's state is either partially available or completely available, the image request is said to be available.
no setter
currentUri Uri
The request uri.
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
state ImageRequestState
Current state of image request.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obtainImage(WebFController controller) Future<ImageLoadResponse>
toString() String
A string representation of this object.
inherited

Operators

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