Point<T> constructor

Point<T>(
  1. T x,
  2. T y
)

Implementation

Point(this.x, this.y);