InputDescriptorConstraints class
- Implemented types
Constructors
-
InputDescriptorConstraints({List<
InputDescriptorField> ? fields, Limiting? limitDisclosure, Limiting? subjectIsIssuer, HolderSubjectConstraint? isHolder, HolderSubjectConstraint? sameSubject, StatusObject? statuses}) - InputDescriptorConstraints.fromJson(dynamic constraintsJson)
Properties
-
fields
↔ List<
InputDescriptorField> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isHolder ↔ HolderSubjectConstraint?
-
The is_holder property would be used by a Verifier to require that certain inputs be provided by a certain Subject
getter/setter pair
- limitDisclosure ↔ Limiting?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sameSubject ↔ HolderSubjectConstraint?
-
The same_subject property would be used by a Verifier to require that certain provided inputs be about the same Subject
getter/setter pair
- statuses ↔ StatusObject?
-
getter/setter pair
- subjectIsIssuer ↔ Limiting?
-
Either
required
orpreferred
.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