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