VecVecPoint.fromPointer constructor
Implementation
VecVecPoint.fromPointer(super.ptr, [bool attach = true]) : super.fromPointer() {
if (attach) {
Vec.finalizer.attach(this, ptr.cast<ffi.Void>(), detach: this);
Vec.finalizer.attach(this, ptr.ref.ptr.cast<ffi.Void>(), detach: this);
}
}