cssText property

String cssText

Implementation

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

Implementation

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