Cons.unquote constructor

Cons.unquote(
  1. dynamic datum
)

Implementation

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