ListNode class

Inheritance

Constructors

ListNode({required String path, required String? comment, required List<Node> entries})

Properties

comment String?
finalinherited
entries List<Node>
final
genericType String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
parent Node?
no setterinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGenericType(String genericType) → void
inherited
setParent(Node parent) → void
inherited
toString() String
A string representation of this object.
override

Operators

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