userAcquiredSource property
The name of the network which acquired the user.
Implementation
@$pb.TagNumber(3)
$core.String get userAcquiredSource => $_getSZ(1);
Implementation
@$pb.TagNumber(3)
set userAcquiredSource($core.String v) {
$_setString(1, v);
}