PropertyNode class
Constructors
Properties
-
children
→ List<
Node> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- index → int?
-
final
- key → ValueNode?
-
final
- loc → Location?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
finalinherited
- value → Node?
-
final
Methods
-
copyWith(
{List< Node> ? children, int? index, ValueNode? key, Node? value, String? type, Location? loc}) → PropertyNode -
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.
override