TakeWhile1 constructor

const TakeWhile1(
  1. Predicate<int> f, {
  2. String? name,
})

Implementation

const TakeWhile1(this.f, {String? name}) : super(name);