fromNative static method
Implementation
static Polygon fromNative(PolygonNative native, {bool takeOwnership = true}) {
return Polygon(
ListPointImpl.fromNativePtr(native.points),
);
}
static Polygon fromNative(PolygonNative native, {bool takeOwnership = true}) {
return Polygon(
ListPointImpl.fromNativePtr(native.points),
);
}