Literal constructor

const Literal(
  1. dynamic _expr
)

Creates a literal expression

Implementation

const Literal(this._expr);