VariableAst(this.name, String? value, this.sourceSpan) : value = value != null && value.isNotEmpty ? value : implicitValue;