FilterResult class
Object used when a credential-List is filtered with a presentationDefinition
- Implemented types
Constructors
-
FilterResult({required List<
VerifiableCredential> credentials, required List<String> matchingDescriptorIds, SubmissionRequirement? submissionRequirement, required String presentationDefinitionId, List<InputDescriptorConstraints> ? selfIssuable, bool fulfilled = true})
Properties
-
credentials
↔ List<
VerifiableCredential> -
getter/setter pair
- fulfilled ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
matchingDescriptorIds
↔ List<
String> -
getter/setter pair
- presentationDefinitionId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfIssuable
↔ List<
InputDescriptorConstraints> ? -
getter/setter pair
- submissionRequirement ↔ SubmissionRequirement?
-
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