computedStyleMap property

StylePropertyMapReadOnly Function() computedStyleMap

Implementation

_i3.StylePropertyMapReadOnly Function() get computedStyleMap =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'computedStyleMap',
          ),
          r'call',
          [this],
        );
void computedStyleMap=(StylePropertyMapReadOnly value())

Implementation

set computedStyleMap(_i3.StylePropertyMapReadOnly Function() value) {
  _i4.setProperty(
    this,
    'computedStyleMap',
    _i4.allowInterop(value),
  );
}