ManyMN<I, O> constructor

const ManyMN<I, O>(
  1. int m,
  2. int n,
  3. Parser<I, O> p, {
  4. String? name,
})

Implementation

const ManyMN(this.m, this.n, this.p, {String? name}) : super(name);