coneOuterAngle property

num get coneOuterAngle

Implementation

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

Implementation

set coneOuterAngle(_i2.num value) {
  _i4.setProperty(
    this,
    'coneOuterAngle',
    value,
  );
}