ComponentRegistry class Null safety
Constructors
Properties
-
components
→ List<
Component> -
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
registerComponent(
Component component, [int? priority]) → void -
registerListener<
T extends Event> (EventListener< T> listener, Component component, [int? priority]) → void -
sendEvent<
T extends Event> (T event) → FutureOr< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
Component component) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited