LiteralVargsExpr constructor

LiteralVargsExpr(
  1. List<Expression> entries
)

Implementation

LiteralVargsExpr(this.entries) : super(null);