Asset class sealed
An asset in a Flutter project's assets directory.
Note:
This type should with Nitrogen, a type-safe asset generation tool.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
A key that identifies this asset.
final
- package → String?
-
The containing package's name.
final
- path → String
-
A path to this asset, i.e.
assets/icons/application/analysis.svg
.final - 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