refAt method

SourceRef refAt(
  1. int offset, {
  2. String? symbol,
})

Implementation

SourceRef refAt(int offset, {String? symbol}) =>
    SourceRef(file: relPath, line: lineOf(offset), symbol: symbol);