RawTileState enum
Available tile states.
Values
- Ok → const RawTileState
-
Tile is available.
- NotModified → const RawTileState
-
Tile was not modified.
- Error → const RawTileState
-
An error occurred when processing the tile.
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
Constants
-
values
→ const List<
RawTileState> - A constant List of the values in this enum, in order of their declaration.