ASTTypedVariable<T> constructor

ASTTypedVariable<T>(
  1. ASTType<T> type,
  2. String name,
  3. bool finalValue
)

Implementation

ASTTypedVariable(this.type, String name, this.finalValue) : super(name);