orient property

String orient

Implementation

String get orient => js_util.getProperty(this, 'orient');
void orient=(String newValue)

Implementation

set orient(String newValue) {
  js_util.setProperty(this, 'orient', newValue);
}