contact property

  1. @TagNumber.new(3)
SetContact get contact

Set the contact information (email, phone) for the user.

Implementation

@$pb.TagNumber(3)
$1.SetContact get contact => $_getN(2);
  1. @TagNumber.new(3)
set contact (SetContact value)

Implementation

@$pb.TagNumber(3)
set contact($1.SetContact value) => $_setField(3, value);