unicodeBidi property

String unicodeBidi

Implementation

_i2.String get unicodeBidi => _i4.getProperty(
      this,
      'unicodeBidi',
    );
void unicodeBidi=(String value)

Implementation

set unicodeBidi(_i2.String value) {
  _i4.setProperty(
    this,
    'unicodeBidi',
    value,
  );
}