GraphSegmentation.fromPointer constructor

GraphSegmentation.fromPointer(
  1. Pointer<GraphSegmentation> ptr, [
  2. bool attach = true
])

Implementation

GraphSegmentation.fromPointer(super.ptr, [bool attach = true]) : super.fromPointer() {
  if (attach) finalizer.attach(this, ptr.cast(), detach: this);
}