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