trafficAllocation property

  1. @TagNumber(2)
double get trafficAllocation

Implementation

@$pb.TagNumber(2)
$core.double get trafficAllocation => $_getN(1);
  1. @TagNumber(2)
set trafficAllocation (double v)

Implementation

@$pb.TagNumber(2)
set trafficAllocation($core.double v) {
  $_setFloat(1, v);
}