cssText property - CssRule class - dart:html library (original) (raw)
String? getcssText
Implementation
String? get cssText native;
setcssText (String? value)
Implementation
set cssText(String? value) native;
String? getcssText
String? get cssText native;
setcssText (String? value)
set cssText(String? value) native;