Adds a named variables to the context
void addVariables(Map<String, dynamic> variables) { _variables.addAll(variables); }