GreedyRepeatingParser<R> constructor

GreedyRepeatingParser<R>(
  1. Parser<R> parser,
  2. Parser<void> limit,
  3. int min,
  4. int max,
)

Implementation

GreedyRepeatingParser(super.parser, super.limit, super.min, super.max);