PtzPresetTourStartingCondition constructor
PtzPresetTourStartingCondition({
- bool? randomPresetOrder,
- int? recurringTime,
- String? recurringDuration,
- PtzPresetTourDirection? direction,
- dynamic extension,
Implementation
PtzPresetTourStartingCondition({
this.randomPresetOrder,
this.recurringTime,
this.recurringDuration,
this.direction,
this.extension,
});