PresetTour constructor
PresetTour({
- required String token,
- String? name,
- required PtzPresetTourStatus status,
- required bool autoStart,
- required PtzPresetTourStartingCondition startingCondition,
- PtzPresetTourSpot? tourSpot,
- dynamic extension,
Implementation
PresetTour({
required this.token,
this.name,
required this.status,
required this.autoStart,
required this.startingCondition,
this.tourSpot,
this.extension,
});