currentDeltaRatio property

double currentDeltaRatio

The ratio of the current delta time to the expected delta time.

Implementation

double get currentDeltaRatio {
  return _currentDeltaRatio;
}