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