cssText property - CssRule class - dart:html library

String? get cssText

Implementation

String? get cssText native;
set cssText (String? value)

Implementation

set cssText(String? value) native;