HolderSubjectConstraint class

Implemented types

Constructors

HolderSubjectConstraint({required List<String> fieldId, required Limiting directive})
HolderSubjectConstraint.fromJson(dynamic isHolderObject)

Properties

directive Limiting
Either required or preferred.
getter/setter pair
fieldId List<String>
Identifies the attributes whose Subject is of concern to the Verifier
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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