jankRate property

double get jankRate

Implementation

double get jankRate => totalFrames == 0 ? 0 : jankyFrames / totalFrames * 100;