Point2D<T extends num?> constructor

Point2D<T extends num?>(
  1. T x,
  2. T y
)

Implementation

Point2D(this.x, this.y);