LavaAsset class
A container for Lava animation assets.
Holds both the parsed manifest data and the loaded image atlas frames needed for rendering the Lava animation.
Constructors
-
LavaAsset({required LavaManifest manifest, required List<
Image> images}) - Creates a new LavaAsset with the required manifest and images.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
Image> -
The list of loaded image atlas frames referenced by the manifest.
final
- manifest → LavaManifest
-
The parsed manifest containing animation metadata and frame information.
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