Malformed<I, O> constructor

const Malformed<I, O>(
  1. Parser<I, O> p,
  2. String message, {
  3. String? name,
})

Implementation

const Malformed(this.p, this.message, {String? name}) : super(name);