Edge constructor

Edge(
  1. String from,
  2. String to, {
  3. Directive directive = Directive.import,
})

Constructor.

Implementation

Edge(this.from, this.to, {this.directive = Directive.import});