menu
parser_combinator package
documentation
parser/choice.dart
Choice6<I, O>
Choice6.new const constructor
Choice6.new const constructor
dark_mode
light_mode
Choice6<
I
,
O
>
constructor
const
Choice6<
I
,
O
>
(
Parser
<
I
,
O
>
p1
,
Parser
<
I
,
O
>
p2
,
Parser
<
I
,
O
>
p3
,
Parser
<
I
,
O
>
p4
,
Parser
<
I
,
O
>
p5
,
Parser
<
I
,
O
>
p6
, {
String
?
name
,
})
Implementation
const Choice6(this.p1, this.p2, this.p3, this.p4, this.p5, this.p6, {String? name}) : super(name);
parser_combinator package
documentation
parser/choice
Choice6<I, O>
Choice6.new const constructor
Choice6 class