email property

  1. @TagNumber.new(4)
SetEmail get email

Set the user's contact email and it's verification state.

Implementation

@$pb.TagNumber(4)
$5.SetEmail get email => $_getN(3);
  1. @TagNumber.new(4)
set email (SetEmail value)

Implementation

@$pb.TagNumber(4)
set email($5.SetEmail value) => $_setField(4, value);