awaited method

Expression awaited()

This expression preceded by await.

Implementation

Expression awaited() => Expression([Code('await'), Space(), this]);