IterableNode class abstract
the super class for list and object nodes
- Inheritance
- Implementers
Constructors
- IterableNode({required String path, required String? comment, required String genericType})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setGenericType(
String genericType) → void -
setParent(
Node parent) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited