HttpInput class

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
no setter
headResponse → Response
final
length Future<int>
Get a range of bytes from the input data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
final

Methods

delegateInput() Future<HaveResourceImageInput>
When asynchronous reading is not supported, an input for real reading will be cached in memory(web) or file(dart.io).
exists() Future<bool>
Check if the input data exists.
getRange(int start, int end) Future<List<int>>
Get a range of bytes from the input data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supportRangeLoad() Future<bool>
Whether partial loading is supported.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createHttpInput(String url) Future<HttpInput>