RepeatBlock constructor

const RepeatBlock(
  1. StartAngleBracket first,
  2. EscapeSequenceKeyword second,
  3. Asterisk third,
  4. IntegerModulus fourth,
  5. EndAngleBracket fifth,
)

Implementation

const RepeatBlock(this.first, this.second, this.third, this.fourth, this.fifth);