menu
petitparser_examples package
documentation
prolog.dart
Rule
Rule const constructor
Rule const constructor
dark_mode
light_mode
Rule
constructor
const
Rule
(
Term
head
,
Term
body
)
Implementation
const Rule(this.head, this.body);
petitparser_examples package
documentation
prolog
Rule
Rule const constructor
Rule class