CrossmintVerifiableCredential class final
- Inheritance
-
- Object
- CrossmintCredentialType
- CrossmintVerifiableCredential
Constructors
-
CrossmintVerifiableCredential({required String id, required Object credentialSubject, required CrossmintVcNft nft, required CrossmintVcIssuer issuer, required List<
String> type, required String validFrom, required List<String> context, required CrossmintJsonMap proof, String? validUntil, String? name, String? description, CrossmintJsonMap raw = const <String, Object?>{}}) -
const
Properties
-
context
→ List<
String> -
final
- credentialSubject → Object
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- issuer → CrossmintVcIssuer
-
final
- name → String?
-
final
- nft → CrossmintVcNft
-
final
- proof → CrossmintJsonMap
-
final
- raw → CrossmintJsonMap
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ List<
String> -
final
- validFrom → String
-
final
- validUntil → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited