$AccountIdentityMatchScoreVerificationStatusMap top-level constant
Map<AccountIdentityMatchScoreVerificationStatus, String>
const $AccountIdentityMatchScoreVerificationStatusMap
Implementation
const $AccountIdentityMatchScoreVerificationStatusMap = {
AccountIdentityMatchScoreVerificationStatus.automaticallyVerified:
'automatically_verified',
AccountIdentityMatchScoreVerificationStatus.pendingAutomaticVerification:
'pending_automatic_verification',
AccountIdentityMatchScoreVerificationStatus.pendingManualVerification:
'pending_manual_verification',
AccountIdentityMatchScoreVerificationStatus.manuallyVerified:
'manually_verified',
AccountIdentityMatchScoreVerificationStatus.verificationExpired:
'verification_expired',
AccountIdentityMatchScoreVerificationStatus.verificationFailed:
'verification_failed'
};