Point.fromNative constructor

Point.fromNative(
  1. Point p
)

Implementation

factory Point.fromNative(cvg.Point p) => Point(p.x, p.y);