ComponentOrPending class abstract

Implementers
Available extensions

Constructors

ComponentOrPending()

Properties

context Map<Object?, Object?>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tick Future<void>
A future completing after pending state changes have been applied.
no setter

Methods

afterUpdate(void callback()) → void
beforeUpdate(void callback()) → void
emitEvent(Event event) → void
Emits, or forwards, a custom or DOM event.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDestroy(void callback()) → void
onMount(Object? callback()) → void
toString() String
A string representation of this object.
inherited

Operators

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