contact property
Set the contact information (email, phone) for the user.
Implementation
@$pb.TagNumber(4)
$5.SetContact get contact => $_getN(3);
Implementation
@$pb.TagNumber(4)
set contact($5.SetContact v) { setField(4, v); }
Set the contact information (email, phone) for the user.
@$pb.TagNumber(4)
$5.SetContact get contact => $_getN(3);
@$pb.TagNumber(4)
set contact($5.SetContact v) { setField(4, v); }