isSlowFrame property

bool get isSlowFrame

Whether this frame exceeded the 16.67ms budget (60fps target).

Implementation

bool get isSlowFrame => totalDuration.inMicroseconds > 16667;