CurrentTour constructor
CurrentTour({
- required Tour tour,
- required String title,
- required AccessibilityConfiguration accessibility,
- AppGamePuntuation? gamePuntuation,
Implementation
CurrentTour({
required this.tour,
required this.title,
required this.accessibility,
this.gamePuntuation,
});