iterator property

Symbol get iterator

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

Implementation

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