rep method

RepParser<E> rep(
  1. int min, [
  2. int? max
])

Implementation

RepParser<E> rep(int min, [int? max]) => RepParser(this, min, max);