PrettySourceSpan constructor

PrettySourceSpan(
  1. SourceLocation start,
  2. SourceLocation end,
  3. String text, [
  4. int sequence = 0,
])

Implementation

PrettySourceSpan(super.start, super.end, super.text, [this.sequence = 0]);