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