ReturnRule constructor

ReturnRule(
  1. Expression expression,
  2. FileSpan span
)

Implementation

ReturnRule(this.expression, this.span);