motorTargetVelocity property

double? get motorTargetVelocity

Implementation

double? get motorTargetVelocity => _motorTargetVelocity;
set motorTargetVelocity (double? value)

Implementation

set motorTargetVelocity(double? value) {
  _motorTargetVelocity = value;
  push();
}