thrown property
Expression
get
thrown
inherited
This expression preceded by throw
.
Implementation
Expression get thrown => BinaryExpression._(
const LiteralExpression._('throw'),
this,
'',
);