context function

ExprVariable context()

Implementation

ExprVariable context() {
  return ExprVariable(CedarVariable.context);
}