CustomPoint<T extends num> constructor

const CustomPoint<T extends num>(
  1. T x,
  2. T y
)

Implementation

const CustomPoint(super.x, super.y);