Expected<I, O> constructor

const Expected<I, O>(
  1. String tag,
  2. ParserBuilder<I, O> p
)

Implementation

const Expected(this.tag, this.p);