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 [],
])

Implementation

SplitView(this.name, this.trafficType, this.killed, this.treatments,
    this.changeNumber, this.configs,
    [this.defaultTreatment = '', this.sets = const []]);