trafficSource property
Information about marketing campaign which acquired the user.
Implementation
@$pb.TagNumber(7)
TrafficSource get trafficSource => $_getN(6);
Implementation
@$pb.TagNumber(7)
set trafficSource(TrafficSource v) {
setField(7, v);
}