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