values constant
Implementation
static const Map<AttachmentFormat, String> values = {
AttachmentFormat.presentationDefinition:
'dif/presentation-exchange/definitions@v1.0',
AttachmentFormat.presentationDefinition2:
'dif/presentation-exchange/definitions@v2.0',
AttachmentFormat.presentationSubmission:
'dif/presentation-exchange/submission@v1.0',
AttachmentFormat.presentationSubmission2:
'dif/presentation-exchange/submission@v2.0',
AttachmentFormat.ldProofVc: 'aries/ld-proof-vc@v1.0',
AttachmentFormat.ldProofVcDetail: 'aries/ld-proof-vc-detail@v1.0',
AttachmentFormat.credentialManifestAries: 'dif/credential-manifest@v1.0',
AttachmentFormat.credentialManifest:
'dif/credential-manifest/manifest@v1.0',
AttachmentFormat.credentialFulfillment:
'dif/credential-manifest/fulfillment@v1.0',
AttachmentFormat.credentialApplication:
'dif/credential-manifest/application@v1.0',
AttachmentFormat.indyProofRequest: 'hlindy/proof-req@v2.0',
AttachmentFormat.indyProof: 'hlindy/proof@v2.0',
AttachmentFormat.indyCredential: 'hlindy/cred@v2.0',
AttachmentFormat.indyCredentialRequest: 'hlindy/cred-req@v2.0',
AttachmentFormat.indyCredentialAbstract: 'hlindy/cred-abstract@v2.0',
AttachmentFormat.indyCredentialFilter: 'hlindy/cred-filter@v2.0'
};