VerifiableCredential class
- Implemented types
- Implementers
Constructors
-
VerifiableCredential({required List context, required List<
String> type, required dynamic issuer, required dynamic credentialSubject, String? id, required DateTime issuanceDate, CredentialStatus? status, CredentialStatus? credentialSchema, DateTime? expirationDate, LinkedDataProof? proof}) - VerifiableCredential.fromJson(dynamic jsonObject)
Properties
- context ↔ List
-
getter/setter pair
- credentialSchema ↔ CredentialStatus?
-
getter/setter pair
- credentialSubject ↔ dynamic
-
getter/setter pair
- expirationDate ↔ DateTime?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- issuanceDate ↔ DateTime
-
getter/setter pair
- issuer ↔ dynamic
-
getter/setter pair
- proof ↔ LinkedDataProof?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ CredentialStatus?
-
getter/setter pair
-
type
↔ List<
String> -
getter/setter pair
Methods
-
isOfSameType(
VerifiableCredential other) → bool -
isSelfIssued(
) → bool -
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