values property

IterableIterator<Iterable<CSSStyleValue>> Function() get values

Implementation

_i10.IterableIterator<_i10.Iterable<_i3.CSSStyleValue>> Function()
    get values => () => _i4.callMethod(
          _i4.getProperty(
            this,
            'values',
          ),
          r'call',
          [this],
        );
set values (IterableIterator<Iterable<CSSStyleValue>> value())

Implementation

set values(
    _i10.IterableIterator<_i10.Iterable<_i3.CSSStyleValue>> Function()
        value) {
  _i4.setProperty(
    this,
    'values',
    _i4.allowInterop(value),
  );
}