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