Gets the value of "unicode-bidi"
String get unicodeBidi => getPropertyValue('unicode-bidi');
Sets the value of "unicode-bidi"
set unicodeBidi(String value) { setProperty('unicode-bidi', value, ''); }