values property
IterableIterator<T> Function()
get
values
Implementation
_i10.IterableIterator<T> Function() get values => () => _i6.callMethod(
_i6.getProperty(
this,
'values',
),
r'call',
[this],
);
set
values
(IterableIterator<T> value())
Implementation
set values(_i10.IterableIterator<T> Function() value) {
_i6.setProperty(
this,
'values',
_i6.allowInterop(value),
);
}