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