email property

  1. @TagNumber(2)
SetEmail get email

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

Implementation

@$pb.TagNumber(2)
$5.SetEmail get email => $_getN(1);
  1. @TagNumber(2)
set email (SetEmail v)

Implementation

@$pb.TagNumber(2)
set email($5.SetEmail v) { setField(2, v); }