TakeWhileMN constructor

const TakeWhileMN(
  1. int m,
  2. int n,
  3. Predicate<int> f, {
  4. String? name,
})

Implementation

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