Entry constructor

Entry(
  1. SourceLocation source,
  2. SourceLocation target,
  3. String? identifierName
)

Creates a new Entry mapping target to source.

Implementation

Entry(this.source, this.target, this.identifierName);