And<I> constructor

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

Implementation

const And(this.parser);