NamedExpr constructor
NamedExpr(
- String name,
- Expression expr
Implementation
NamedExpr(this.name, this.expr) : super(expr.type);
NamedExpr(this.name, this.expr) : super(expr.type);