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