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
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