DcqlClaimQuery class final

A claim path requested as part of a DCQL credential query.

Constructors

DcqlClaimQuery({required List<String> path, List<Object?>? values})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
path List<String>
JSON claim path.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<Object?>?
Optional accepted values for the final claim segment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited
validate() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited