TileKey class final

An object that represents a tile key identified by a level, a column and a row.

Implemented types

Constructors

TileKey({required int level, required int column, required int row})
Create a tile key from the specified level, column and row.
factory

Properties

column int
The column of the tile key.
no setter
hashCode int
The hash code for this object.
no setteroverride
level int
The level of the tile key.
no setter
row int
The row of the tile key.
no setter
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.
override