menu
parser_combinator package
documentation
parser/take_while.dart
TakeWhile
TakeWhile.new const constructor
TakeWhile.new const constructor
dark_mode
light_mode
TakeWhile
constructor
const
TakeWhile
(
Predicate
<
int
>
f
, {
String
?
name
,
})
Implementation
const TakeWhile(this.f, {String? name}) : super(name);
parser_combinator package
documentation
parser/take_while
TakeWhile
TakeWhile.new const constructor
TakeWhile class