SeparatedRepeatingParser<R, S> constructor

SeparatedRepeatingParser<R, S>(
  1. Parser<R> delegate,
  2. Parser<S> separator,
  3. int min,
  4. int max,
)

Implementation

SeparatedRepeatingParser(
    super.delegate, this.separator, super.min, super.max);