fromNative static method
Implementation
static Point fromNative(PointNative native, {bool takeOwnership = true}) {
return Point(
native.x,
native.y,
);
}
static Point fromNative(PointNative native, {bool takeOwnership = true}) {
return Point(
native.x,
native.y,
);
}