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