SplitView constructor

SplitView(
  1. String name,
  2. String trafficType,
  3. bool killed,
  4. List<String> treatments,
  5. int? changeNumber,
  6. Map<String, String> configs, [
  7. String defaultTreatment = '',
  8. List<String> sets = const [],
  9. bool impressionsDisabled = false,
  10. Set<Prerequisite> prerequisites = const <Prerequisite>{},
])

Implementation

SplitView(this.name, this.trafficType, this.killed, this.treatments,
    this.changeNumber, this.configs,
    [this.defaultTreatment = '',
    this.sets = const [],
    this.impressionsDisabled = false,
    this.prerequisites = const <Prerequisite>{}]);