awaited property
Expression
get
awaited
inherited
This expression preceded by await
.
Implementation
Expression get awaited => BinaryExpression._(
_empty,
this,
'await',
);
This expression preceded by await
.
Expression get awaited => BinaryExpression._(
_empty,
this,
'await',
);