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