LiteralArrayExpr constructor
LiteralArrayExpr(
- List<
Expression> entries, [ - OutputType? type
Implementation
LiteralArrayExpr(this.entries, [super.type]);
LiteralArrayExpr(this.entries, [super.type]);