SourceRange constructor

SourceRange(
  1. SourceLocation start,
  2. int length
)

Implementation

SourceRange(this.start, this.length);