FilterResult constructor
FilterResult({
- required List<
VerifiableCredential> credentials, - required List<
String> matchingDescriptorIds, - SubmissionRequirement? submissionRequirement,
- required String presentationDefinitionId,
- List<
InputDescriptorConstraints> ? selfIssuable, - bool fulfilled = true,
Implementation
FilterResult(
{required this.credentials,
required this.matchingDescriptorIds,
this.submissionRequirement,
required this.presentationDefinitionId,
this.selfIssuable,
this.fulfilled = true});