menu
liquify package
documentation
parser.dart
ListParser<R, S>
ListParser.new constructor
ListParser.new constructor
dark_mode
light_mode
ListParser<
R
,
S
>
constructor
ListParser<
R
,
S
>
(
Iterable
<
Parser
<
R
>
>
children
)
Implementation
ListParser(Iterable<Parser<R>> children) : children = List<Parser<R>>.of(children, growable: false);
liquify package
documentation
parser
ListParser<R, S>
ListParser.new constructor
ListParser class