MathShiftToken constructor

MathShiftToken(
  1. int count, {
  2. SourceRange range = SourceRange.empty,
})

Implementation

MathShiftToken(this.count, {this.range = SourceRange.empty});