Resource class

Base resource implementation.

Constructors

Resource(dynamic uri, {ResourceLoader? loader})
Creates a resource object with the given uri as location.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The location URI of this resource.
no setter
uriResolved Future<Uri>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openRead() Stream<List<int>>
Reads the resource content as a stream of bytes.
readAsBytes() Future<List<int>>
Reads the resource content as a single list of bytes.
readAsString({Encoding? encoding}) Future<String>
Reads the resource content as a string.
toString() String
A string representation of this object.
override

Operators

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