Return the raw string value of the variable with the given name, or null if the variable is not defined.
name
null
String? get(String name) => _declaredVariables[name];