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