NamedExpr constructor

NamedExpr(
  1. String name,
  2. AST? expression
)

Implementation

NamedExpr(this.name, this.expression);