entries property

IterableIterator<(num, T)> Function() entries

Implementation

_i10.IterableIterator<
        (
          _i2.num,
          T,
        )>
    Function() get entries => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'entries',
      ),
      r'call',
      [this],
    );
void entries=(IterableIterator<(num, T)> value())

Implementation

set entries(
    _i10.IterableIterator<
                (
                  _i2.num,
                  T,
                )>
            Function()
        value) {
  _i6.setProperty(
    this,
    'entries',
    _i6.allowInterop(value),
  );
}