EmptyVDomNode class

Represents absence of a node - useful for conditional rendering

Inheritance

Constructors

EmptyVDomNode()

Properties

contentViewId String?
The native view ID of the rendered content
getter/setter pairinherited
effectiveNativeViewId String?
Get effective native view ID (may be from rendered content)
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String?
Unique identifier for this node
finalinherited
nativeViewId String?
Native view ID once rendered
getter/setter pairinherited
parent DCFComponentNode?
Parent node in the virtual tree
getter/setter pairinherited
renderedNode DCFComponentNode?
Get the rendered node (for component-like nodes)
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() DCFComponentNode
Clone this node
override
componentDidMount() → void
Called when the node is mounted (lifecycle method)
inherited
componentWillUnmount() → void
Called when the node will unmount (lifecycle method)
inherited
equals(DCFComponentNode other) bool
Whether this node is equal to another
override
mount(DCFComponentNode? parent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
unmount() → void
override

Operators

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