angularVelocity property

double angularVelocity

Implementation

double get angularVelocity {
  updateStatistics();
  return _angularVelocity;
}