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