ObjectNode class

Inheritance

Constructors

ObjectNode({required String path, required String? comment, required Map<String, Node> entries, required bool isMap})

Properties

comment String?
finalinherited
entries Map<String, Node>
final
genericType String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
interface Interface?
no setter
isMap bool
final
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
setInterface(Interface interface) → void
setParent(Node parent) → void
inherited
toString() String
A string representation of this object.
override

Operators

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