Literal constructor

Literal(
  1. dynamic _value,
  2. LiteralType type
)

Implementation

Literal(this._value, this.type);