azimuthAngle property

num? get azimuthAngle

Implementation

_i2.num? get azimuthAngle => _i4.getProperty(
      this,
      'azimuthAngle',
    );
set azimuthAngle (num? value)

Implementation

set azimuthAngle(_i2.num? value) {
  _i4.setProperty(
    this,
    'azimuthAngle',
    value ?? _i6.undefined,
  );
}