Fast4<I, O1, O2, O3, O4> constructor

const Fast4<I, O1, O2, O3, O4>(
  1. Parser<I, O1> p1,
  2. Parser<I, O2> p2,
  3. Parser<I, O3> p3,
  4. Parser<I, O4> p4, {
  5. String? name,
})

Implementation

const Fast4(this.p1, this.p2, this.p3, this.p4, {String? name}) : super(name);