TileIndex constructor

const TileIndex(
  1. double x,
  2. double y
)

Default Constructor.

Implementation

const TileIndex(this.x, this.y);