Cons.quote constructor

Cons.quote(
  1. dynamic datum
)

Implementation

factory Cons.quote(dynamic datum) => Cons(Name('quote'), Cons(datum));