SkipWhile1 constructor

const SkipWhile1(
  1. Calculable<bool> predicate
)

Implementation

const SkipWhile1(this.predicate);