X11Point constructor

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

Implementation

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