awaited property

Builder awaited

Returns this prefixed with await.

await this

Implementation

Builder get awaited {
  return builder.awaited(this);
}