Malformed<I, O> constructor

const Malformed<I, O>(
  1. ParserBuilder<I, O> p,
  2. String message
)

Implementation

const Malformed(this.p, this.message);