Add a variable to the context
void addVariable(String scope, String name, dynamic value) { _appContext = _appContext.addVariable(scope, name, value); }