DidDocumentData class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
DidDocumentData(DidData did, List<
KeyData> keys, Map<String, List< rights, bool tombstoned, int? tombstonedAtHeight, int queriedAtHeight)KeyRightHistory> > -
DidDocumentData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- did → DidData
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keys
→ List<
KeyData> -
final
- queriedAtHeight → int
-
final
-
rights
→ Map<
String, List< KeyRightHistory> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tombstoned → bool
-
final
- tombstonedAtHeight → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited