Literal constructor

Literal([
  1. dynamic value
])

Creates a literal. The optional paramter value can be used to specify its value.

Implementation

Literal([this.value]);