fromNative static method
Implementation
static Line fromNative(LineNative native, {bool takeOwnership = true}) {
return Line(
ListSegmentImpl.fromNativePtr(native.segments),
);
}
static Line fromNative(LineNative native, {bool takeOwnership = true}) {
return Line(
ListSegmentImpl.fromNativePtr(native.segments),
);
}