Recognize<O> constructor

const Recognize<O>(
  1. ParserBuilder<String, O> p
)

Implementation

const Recognize(this.p);