unicodeBidi property Null safety

String unicodeBidi

Gets the value of "unicode-bidi"

Implementation

String get unicodeBidi => getPropertyValue('unicode-bidi');
void unicodeBidi=(String value)

Sets the value of "unicode-bidi"

Implementation

set unicodeBidi(String value) {
  setProperty('unicode-bidi', value, '');
}