menu
petitparser_examples package
documentation
lisp.dart
Cons
head property
head property
dark_mode
light_mode
head
property
dynamic
get
head
The head of the cons.
Implementation
dynamic get head => car;
petitparser_examples package
documentation
lisp
Cons
head property
Cons class