verifiedEmail property

bool? verifiedEmail
getter/setter pair

Boolean flag which is true if the email address is verified.

Always verified because we only return the user's primary email address.

Implementation

core.bool? verifiedEmail;