PtzPresetTourStartingCondition constructor

PtzPresetTourStartingCondition({
  1. bool? randomPresetOrder,
  2. int? recurringTime,
  3. String? recurringDuration,
  4. PtzPresetTourDirection? direction,
  5. dynamic extension,
})

Implementation

PtzPresetTourStartingCondition({
  this.randomPresetOrder,
  this.recurringTime,
  this.recurringDuration,
  this.direction,
  this.extension,
});