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