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