unicodeRange property
String?
get
unicodeRange
Implementation
_i2.String? get unicodeRange => _i4.getProperty(
this,
'unicodeRange',
);
set
unicodeRange
(String? value)
Implementation
set unicodeRange(_i2.String? value) {
_i4.setProperty(
this,
'unicodeRange',
value ?? _i6.undefined,
);
}