menu
petitparser_examples package
documentation
prolog.dart
Conjunction
Conjunction factory constructor
Conjunction factory constructor
dark_mode
light_mode
Conjunction
constructor
Conjunction
(
Iterable
<
Node
>
list
)
Implementation
factory Conjunction(Iterable<Node> list) => Conjunction._(list.toList(growable: false));
petitparser_examples package
documentation
prolog
Conjunction
Conjunction factory constructor
Conjunction class