ComponentRuntime class final

Constructors

ComponentRuntime(Renderer renderer, {ComponentRuntime? parent})

Properties

children List<ComponentRuntime>
final
hashCode int
The hash code for this object.
no setterinherited
parent ComponentRuntime?
final
renderer Renderer
final
rootComponent Component?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles StyleRegistry
final

Methods

mount(Component root) → void
Montaje inicial
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestUpdate(Component component) → void
Pedido de actualización desde un Component
toString() String
A string representation of this object.
inherited

Operators

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