unicodeRange property Null safety

String unicodeRange

Gets the value of "unicode-range"

Implementation

String get unicodeRange => getPropertyValue('unicode-range');
void unicodeRange=(String value)

Sets the value of "unicode-range"

Implementation

set unicodeRange(String value) {
  setProperty('unicode-range', value, '');
}