ProviderEdge constructor

ProviderEdge(
  1. String from,
  2. String to,
  3. String file,
  4. int line,
  5. RefAccessType type,
)

Implementation

ProviderEdge(this.from, this.to, this.file, this.line, this.type);