VerifiablePresentation constructor

VerifiablePresentation({
  1. required List<String> context,
  2. required List<String> type,
  3. List<VerifiableCredential>? verifiableCredential,
  4. String? id,
  5. String? holder,
  6. List<LinkedDataProof>? proof,
  7. PresentationSubmission? presentationSubmission,
  8. CredentialFulfillment? credentialFulfillment,
  9. CredentialApplication? credentialApplication,
})

Implementation

VerifiablePresentation(
    {required this.context,
    required this.type,
    this.verifiableCredential,
    this.id,
    this.holder,
    this.proof,
    this.presentationSubmission,
    this.credentialFulfillment,
    this.credentialApplication});