unicodeRange property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getunicodeRange
Gets the value of "unicode-range"
Implementation
String get unicodeRange => getPropertyValue('unicode-range');
setunicodeRange (String value)
Sets the value of "unicode-range"
Implementation
set unicodeRange(String value) {
setProperty('unicode-range', value, '');
}