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