unicodeRange property

String unicodeRange

Implementation

String get unicodeRange => js_util.getProperty(this, 'unicodeRange');
void unicodeRange=(String newValue)

Implementation

set unicodeRange(String newValue) {
  js_util.setProperty(this, 'unicodeRange', newValue);
}