GridOffset constructor

const GridOffset(
  1. int x,
  2. int y
)

A const constructor.

Implementation

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