Asset class abstract final

Data or code bundled with a Dart or Flutter application.

An asset is data or code which is accessible from a Dart or Flutter application. To access an asset at runtime, the asset id is used.

Implementers

Constructors

Asset()

Properties

file Uri?
The file to be bundled with the Dart or Flutter application.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier for this asset.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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