cssText property

String get cssText

Implementation

String get cssText => js_util.getProperty(this, 'cssText');
set cssText (String newValue)

Implementation

set cssText(String newValue) {
  js_util.setProperty(this, 'cssText', newValue);
}