Edge class

Import/Export dependencies are represented as edges in a directed graph.

Constructors

Edge(String from, String to, {Directive directive = Directive.import})
Constructor.

Properties

directive Directive
Import or Export.
getter/setter pair
from String
The source Node.id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String
The target Node.id.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns this object in JSON format.
toString() String
Returns this object in dot format.
override

Operators

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