AssetNode class

Nodes for assets.

アセット用のノード。

Properties

children List<AssetNode>
List of children of the asset.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Asset Name.
final
path String
Path of the asset node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value AssetValue?
Asset Data.
final

Methods

buildProvider() → Method?
Build methods to create ImageProvider.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toClassSpec(AssetConfig config) List<Spec>
Create a class by passing config.
toExtensionSpec(AssetConfig config) → Method
Create an extension method by passing config.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Map<String, dynamic> values, [String path = ""]) List<AssetNode>
Parses the list of AssetNode from values and path.