SkipWhile constructor

const SkipWhile(
  1. SemanticAction<bool> predicate
)

Implementation

const SkipWhile(this.predicate);