EdgeRhs class
The right hand side of an edge statement.
Constructors
- EdgeRhs(EdgeOp op, EdgeTarget target, [EdgeRhs? next])
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- next → EdgeRhs?
-
If another edge is chained onto this one, the next edge in the chain, otherwise
null
.final - op → EdgeOp
-
The EdgeOp to use for this edge.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → EdgeTarget
-
The target (endpoint) of this edge.
final
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