TileKey class final
An object that represents a tile key identified by a level, a column and a row.
- Implemented types
Constructors
- TileKey.new({required int level, required int column, required int row})
-
Create a tile key from the specified level, column and row.
factory
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.
override