Parent class abstract

The Nodes containing other nodes.

Inheritance
Implementers

Constructors

Parent()

Properties

children List
A list representing the children of a Node.
final
data Data?
The information from the ecosystem.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
position Position?
The location of a node in a source document.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
A representation of the variant of a node.
finalinherited

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