Def constructor

Def(
  1. DefContext ctx,
  2. IdType key,
  3. DataType body
)

Implementation

Def(super.ctx, this.key, this.body);