direction property
String
get
direction
Implementation
String get direction => js_util.getProperty(this, 'direction');
set
direction
(String newValue)
Implementation
set direction(String newValue) {
js_util.setProperty(this, 'direction', newValue);
}