Variable<T> constructor

const Variable<T>(
  1. T value
)

Constructs a new variable from the value.

Implementation

const Variable(this.value);