static Pointer<Void> getWeakPointer(Object object) { if (object is DartBaseClass) { return object.weakPointer; } return nullptr; }