values property
AsyncIterableIterator<R> Function([dynamic])
get
values
Implementation
_i11.AsyncIterableIterator<R> Function([_i2.dynamic]) get values =>
([_i2.dynamic p0]) => _i4.callMethod(
_i4.getProperty(
this,
'values',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
values
(AsyncIterableIterator<R> value([dynamic]))
Implementation
set values(_i11.AsyncIterableIterator<R> Function([_i2.dynamic]) value) {
_i4.setProperty(
this,
'values',
_i4.allowInterop(value),
);
}