orientationZ property

double orientationZ

Implementation

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

Implementation

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