UiNode class abstract

Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an <img> tag, or an <input element> but also some plain text.

Properties:

Constructors

UiNode([void updates(UiNodeBuilder b)])
factory

Properties

attributes UiNodeAttributes
no setter
group String
no setter
hashCode int
The hash code for this object.
no setterinherited
messages → BuiltList<UiText>
no setter
meta UiNodeMeta
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UiNodeBuilder)) UiNode
Rebuilds the instance.
inherited
toBuilder() UiNodeBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UiNode>
no setter