Literal constructor

const Literal(
  1. dynamic value
)

Implementation

const Literal(this.value);