contact property
Add or update the contact information (email, phone) for the user if needed.
Implementation
@$pb.TagNumber(4)
$5.SetContact get contact => $_getN(1);
Implementation
@$pb.TagNumber(4)
set contact($5.SetContact v) { setField(4, v); }