ExprVariable constructor

const ExprVariable(
  1. CedarVariable variable
)

Implementation

const ExprVariable(this.variable);