VerifiablePresentation class

Implemented types

Constructors

VerifiablePresentation({required List<String> context, required List<String> type, List<VerifiableCredential>? verifiableCredential, String? id, String? holder, List<LinkedDataProof>? proof, PresentationSubmission? presentationSubmission, CredentialFulfillment? credentialFulfillment, CredentialApplication? credentialApplication})
VerifiablePresentation.fromJson(dynamic jsonObject)

Properties

context List<String>
getter/setter pair
credentialApplication CredentialApplication?
getter/setter pair
credentialFulfillment CredentialFulfillment?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
holder String?
getter/setter pair
id String?
getter/setter pair
presentationSubmission PresentationSubmission?
getter/setter pair
proof List<LinkedDataProof>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type List<String>
getter/setter pair
verifiableCredential List<VerifiableCredential>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited