values property

IterableIterator<T> Function() values

Implementation

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

Implementation

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