orientationZ property

double get orientationZ

Implementation

double get orientationZ => js_util.getProperty(this, 'orientationZ');
set orientationZ (double newValue)

Implementation

set orientationZ(double newValue) {
  js_util.setProperty(this, 'orientationZ', newValue);
}