Variable<T> constructor

const Variable<T>(
  1. String name
)

Implementation

const Variable(this.name);