unicodeRange property
String
get
unicodeRange
Implementation
String get unicodeRange => js_util.getProperty(this, 'unicodeRange');
set
unicodeRange
(String newValue)
Implementation
set unicodeRange(String newValue) {
js_util.setProperty(this, 'unicodeRange', newValue);
}