cssStyleDeclaration top-level property
dynamic
get
cssStyleDeclaration
An object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
Implementation
_i2.dynamic get cssStyleDeclaration => _i4.getProperty(
_self,
'CSSStyleDeclaration',
);