DidCredentials class

Annotations
  • @freezed

Constructors

DidCredentials({List<String>? rotationKeys, List<String>? alsoKnownAs, Map<String, dynamic>? verificationMethods, Map<String, dynamic>? services})
const
factory
DidCredentials.fromJson(Map<String, Object?> json)
factory

Properties

alsoKnownAs List<String>?
no setterinherited
copyWith → $DidCredentialsCopyWith<DidCredentials>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rotationKeys List<String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Map<String, dynamic>?
no setterinherited
verificationMethods Map<String, dynamic>?
no setterinherited

Methods

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

Operators

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