SkipWhile constructor

const SkipWhile(
  1. Calculable<bool> predicate
)

Implementation

const SkipWhile(this.predicate);