computedStyleMap property
StylePropertyMapReadOnly Function()
get
computedStyleMap
Implementation
_i3.StylePropertyMapReadOnly Function() get computedStyleMap =>
() => _i4.callMethod(
_i4.getProperty(
this,
'computedStyleMap',
),
r'call',
[this],
);
set
computedStyleMap
(StylePropertyMapReadOnly value())
Implementation
set computedStyleMap(_i3.StylePropertyMapReadOnly Function() value) {
_i4.setProperty(
this,
'computedStyleMap',
_i4.allowInterop(value),
);
}