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