SourceRange constructor

const SourceRange(
  1. int start,
  2. int end
)

Implementation

const SourceRange(this.start, this.end);