TakeWhile constructor

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

Implementation

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