Entry constructor
Entry(
- SourceLocation source,
- SourceLocation target,
- String? identifierName
Creates a new Entry mapping target
to source
.
Implementation
Entry(this.source, this.target, this.identifierName);