static GraphEdge? fromOptionalPtr(Pointer<Void> ptr) { if (ptr.address == 0) return null; return GraphEdge$Impl.fromNativePtr(ptr); }