CurrentTour.empty constructor

CurrentTour.empty()

Implementation

factory CurrentTour.empty() => CurrentTour(
      tour: Tour.empty(),
      title: "",
      accessibility: AccessibilityConfiguration.empty(),
    );