email property

  1. @TagNumber.new(2)
SetHumanEmail get email

Set the users email address and optionally send a verification email.

Implementation

@$pb.TagNumber(2)
$2.SetHumanEmail get email => $_getN(1);
  1. @TagNumber.new(2)
set email (SetHumanEmail value)

Implementation

@$pb.TagNumber(2)
set email($2.SetHumanEmail value) => $_setField(2, value);