end property

Implementation

SourceLocation get end {
  return _end ??= SourceLocation(start.file, start.offset + length);
}