And<I, O1> constructor

const And<I, O1>(
  1. Parser<I, O1> p, {
  2. String? name,
})

Implementation

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