coneOuterAngle property

double coneOuterAngle

Implementation

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

Implementation

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