contact property
Set the contact information (email, phone) for the user.
Implementation
@$pb.TagNumber(3)
$1.SetContact get contact => $_getN(2);
Implementation
@$pb.TagNumber(3)
set contact($1.SetContact value) => $_setField(3, value);
Set the contact information (email, phone) for the user.
@$pb.TagNumber(3)
$1.SetContact get contact => $_getN(2);
@$pb.TagNumber(3)
set contact($1.SetContact value) => $_setField(3, value);