addVariable method
Adds a named variable to the context
Implementation
void addVariable(value, {required String id}) {
_variables[id] = value;
}
Adds a named variable to the context
void addVariable(value, {required String id}) {
_variables[id] = value;
}