CredentialApplication constructor
CredentialApplication({
- String? id,
- required String manifestId,
- String specVersion = 'https://identity.foundation/credential-manifest/spec/v1.0.0/',
- required FormatProperty format,
Implementation
CredentialApplication(
{String? id,
required this.manifestId,
this.specVersion =
'https://identity.foundation/credential-manifest/spec/v1.0.0/',
required this.format})
: id = id ?? Uuid().v4();