TrafficSplit constructor

TrafficSplit({
  1. Map<String, double>? allocations,
  2. String? shardBy,
})

Implementation

TrafficSplit({this.allocations, this.shardBy});