coneInnerAngle property

double coneInnerAngle

Implementation

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

Implementation

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