Point constructor

Point(
  1. num x,
  2. num y
)

Implementation

external factory Point(num x, num y);