cleanCurrent method

void cleanCurrent()

Implementation

void cleanCurrent() {
  current = CurrentTour.empty();
  list = [];
}