Variable constructor

Variable(
  1. double value
)

Creates a new Variable with the given constant value.

Implementation

Variable(this.value);