values property

IterableIterator<Object> Function() get values

Implementation

_i10.IterableIterator<_i2.Object> Function() get values =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'values',
          ),
          r'call',
          [this],
        );
set values (IterableIterator<Object> value())

Implementation

set values(_i10.IterableIterator<_i2.Object> Function() value) {
  _i4.setProperty(
    this,
    'values',
    _i4.allowInterop(value),
  );
}