ExpressionList constructor

ExpressionList(
  1. List<Expression> expressions
)

Implementation

ExpressionList(this.expressions);