menu
combi package
documentation
generated/record_extensions.dart
RecordOf13ParsersExt<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
altDynamic method
altDynamic method
dark_mode
light_mode
altDynamic
method
Parser
altDynamic
(
)
Implementation
p.Parser<dynamic> altDynamic() => p.alt([$1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13]);
combi package
documentation
generated/record_extensions
RecordOf13ParsersExt<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
altDynamic method
RecordOf13ParsersExt extension on (
Parser
<
T0
>
,
Parser
<
T1
>
,
Parser
<
T2
>
,
Parser
<
T3
>
,
Parser
<
T4
>
,
Parser
<
T5
>
,
Parser
<
T6
>
,
Parser
<
T7
>
,
Parser
<
T8
>
,
Parser
<
T9
>
,
Parser
<
T10
>
,
Parser
<
T11
>
,
Parser
<
T12
>
)