asyncIterator property

Symbol get asyncIterator

A method that returns the default async iterator for an object. Called by the semantics of the for-await-of statement. A method that returns the default async iterator for an object. Called by the semantics of the for-await-of statement.

Implementation

static _i2.Symbol get asyncIterator => _i3.getProperty(
      _i6.target26,
      'asyncIterator',
    );