MutationObserverRef class abstract interface Advanced

What a Mutation needs from an observer.

Exported because the cache's MutationObserverAdded and friends name their observer through it: hold it as an identity and compare it. Implementing it yourself is not supported — MutationObserver is the one implementation, and its one member is internal.

Implementers

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited