awaited property

Expression awaited

This expression preceded by await.

Implementation

Expression get awaited => BinaryExpression._(
      _empty,
      this,
      'await',
    );