Let constructor

Let(
  1. Map<String, dynamic> bindings,
  2. Expr in_
)

Implementation

Let(this.bindings, this.in_);