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 => _i6.getProperty(
_i7.target26,
'iterator',
);