LiteralArrayExpr constructor

LiteralArrayExpr(
  1. List<Expression> entries, [
  2. OutputType? type
])

Implementation

LiteralArrayExpr(this.entries, [OutputType? type]) : super(type);