content property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getcontent
Gets the value of "content"
Implementation
String get content => getPropertyValue('content');
setcontent (String value)
Sets the value of "content"
Implementation
set content(String value) {
setProperty('content', value, '');
}