isExerciseActive method

bool isExerciseActive(
  1. int index
)

Implementation

bool isExerciseActive(int index) => index == currentExerciseIndex;