Variable constructor

Variable(
  1. String name
)

Creates a variable literal with given name.

Implementation

Variable(this.name);