Point.fromPointer(ffi.Pointer<cvg.Point> ptr, [bool attach = true]) : super.fromPointer(ptr) { if (attach) { finalizer.attach(this, ptr.cast(), detach: this); } }