Many1Count<I> constructor

const Many1Count<I>(
  1. ParserBuilder<I, dynamic> parser
)

Implementation

const Many1Count(this.parser);