unicodeRange property
Gets the value of "unicode-range"
Implementation
String get unicodeRange => getPropertyValue('unicode-range');
Sets the value of "unicode-range"
Implementation
set unicodeRange(String value) {
setProperty('unicode-range', value, '');
}