countFrames method
The total number of frames recorded in the timeline.
Implementation
int countFrames() => _extractFrameDurations().length;
    The total number of frames recorded in the timeline.
int countFrames() => _extractFrameDurations().length;