CurrentTour constructor

CurrentTour({
  1. required Tour tour,
  2. required String title,
  3. required AccessibilityConfiguration accessibility,
  4. AppGamePuntuation? gamePuntuation,
})

Implementation

CurrentTour({
  required this.tour,
  required this.title,
  required this.accessibility,
  this.gamePuntuation,
});