Point2D constructor

Point2D({
  1. num x,
  2. num y,
})

Implementation

external factory Point2D({
  num x,
  num y,
});