phoneNumberVerified constant

CognitoUserAttributeKey const phoneNumberVerified

Whether the user's preferred telephone number has been verified.

Read-only: true

Implementation

static const phoneNumberVerified = CognitoUserAttributeKey._(
  'phone_number_verified',
  readOnly: true,
);