thrown property

Expression thrown

This expression preceded by throw.

Implementation

Expression get thrown => BinaryExpression._(
      const LiteralExpression._('throw'),
      this,
      '',
    );