CompileNode class

Compiled node in the view (such as text node) that is not an element.

Implementers

Constructors

CompileNode(CompileElement? parent, CompileView? view, int? nodeIndex, NodeReference renderNode)

Properties

hashCode int
The hash code for this object.
no setterinherited
isRootElement bool
Whether node is the root of the view.
no setter
nodeIndex int?
final
parent CompileElement?
Parent of node.
final
renderNode NodeReference
Expression that resolves to reference to instance of of node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view CompileView?
final

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