AssetManagement class

A class for managing assets in a directory.

Constructors

AssetManagement()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createManager(Directory dir, List<File> assets) → void
Creates a manager for the given directory and list of assets.
getAllAssets() → void
Retrieves all assets in the 'assets' directory and creates a manager for each subdirectory.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseName(String name) String
Parses the name of the asset file to a valid Dart variable name.
toString() String
A string representation of this object.
inherited

Operators

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