Named<I, O> constructor

const Named<I, O>(
  1. String name,
  2. ParserBuilder<I, O> p
)

Implementation

const Named(this.name, this.p);