orientationZ property
num?
get
orientationZ
Implementation
_i2.num? get orientationZ => _i4.getProperty(
this,
'orientationZ',
);
set
orientationZ
(num? value)
Implementation
set orientationZ(_i2.num? value) {
_i4.setProperty(
this,
'orientationZ',
value ?? _i6.undefined,
);
}