Mapping constructor

Mapping(
  1. Expr callee,
  2. Token name,
  3. Expr lambda
)

Implementation

Mapping(this.callee, this.name, this.lambda, );