NodeStatement class

A node statement.

Implemented types

Constructors

NodeStatement.new(NodeId id, [AttrList? attrList])
const
NodeStatement.create(String id, {Map<String, String>? attributes})
Create a node statement from an id and an optional mapping of attributes by name to value.
factory

Properties

attrList AttrList?
A list of attributes to apply to the node, if any.
final
hashCode int
The hash code for this object.
no setteroverride
id NodeId
The id of the node.
final
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
toString() String
A string representation of this object.
override

Operators

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