menu
parser_builder_lite package
documentation
parser/take_while.dart
TakeWhile
TakeWhile.new const constructor
TakeWhile.new const constructor
dark_mode
light_mode
TakeWhile
constructor
const
TakeWhile
(
Calculable
<
bool
>
predicate
)
Implementation
const TakeWhile(this.predicate);
parser_builder_lite package
documentation
parser/take_while
TakeWhile
TakeWhile.new const constructor
TakeWhile class