TrafficSplit constructor

TrafficSplit({
  1. String? build,
  2. int? percent,
})

Implementation

TrafficSplit({this.build, this.percent});