keys property

IterableIterator<num> Function() keys

Implementation

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

Implementation

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