menu
parser_builder_lite package
documentation
parser/choice.dart
Choice<I, O>
Choice.new const constructor
Choice.new const constructor
dark_mode
light_mode
Choice<
I
,
O
>
constructor
const
Choice<
I
,
O
>
(
List
<
ParserBuilder
<
I
,
O
>
>
ps
)
Implementation
const Choice(this.ps);
parser_builder_lite package
documentation
parser/choice
Choice<I, O>
Choice.new const constructor
Choice class