String unicodeBidi

Gets the value of "unicode-bidi"

Source

String get unicodeBidi => this._unicodeBidi;
void unicodeBidi=(String value)

Sets the value of "unicode-bidi"

Source

set unicodeBidi(String value) {
  _unicodeBidi = value == null ? '' : value;
}