MathVariable constructor

const MathVariable(
  1. String variableName
)

Creates a new variable which will be replaced by a corresponding value

Implementation

const MathVariable(this.variableName);