thrown property
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,
'',
);