values property

IterableIterator<int> Function() get values

Implementation

_i7.IterableIterator<_i2.int> Function() get values => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'values',
      ),
      r'call',
      [this],
    );
set values (IterableIterator<int> value())

Implementation

set values(_i7.IterableIterator<_i2.int> Function() value) {
  _i5.setProperty(
    this,
    'values',
    _i5.allowInterop(value),
  );
}