TileResource class
Represents a resource for a tile.
Each image or media should have a unique identifier and be defined before layout can be requested.
Constructors
- TileResource(String id, Uint8List data)
Properties
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