VariableInfo constructor
const
VariableInfo({})
Implementation
const VariableInfo({
required super.name,
this.declaredType,
required this.valueType,
this.value,
this.isFinal = false,
this.isConst = false,
this.isLate = false,
});