principal function

ExprVariable principal()

Implementation

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