emailVerified constant

CognitoUserAttributeKey const emailVerified

Whether the user's preferred e-mail address has been verified.

Read-only: true

Implementation

static const emailVerified = CognitoUserAttributeKey._(
  'email_verified',
  readOnly: true,
);