dir property
String
get
dir
Sets or retrieves a value that indicates the reading order of the object.
Implementation
_i2.String get dir => _i4.getProperty(
this,
'dir',
);
set
dir
(String value)
Implementation
set dir(_i2.String value) {
_i4.setProperty(
this,
'dir',
value,
);
}