RepeatBlock constructor
const
RepeatBlock(
- StartAngleBracket first,
- EscapeSequenceKeyword second,
- Asterisk third,
- IntegerModulus fourth,
- EndAngleBracket fifth,
Implementation
const RepeatBlock(this.first, this.second, this.third, this.fourth, this.fifth);