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