Recognize<I> constructor

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

Implementation

const Recognize(this.parser);