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