unicodeBidi property
String
get
unicodeBidi
Implementation
_i2.String get unicodeBidi => _i4.getProperty(
this,
'unicodeBidi',
);
set
unicodeBidi
(String value)
Implementation
set unicodeBidi(_i2.String value) {
_i4.setProperty(
this,
'unicodeBidi',
value,
);
}