DataOwnerDto class

Constructors

DataOwnerDto(DataOwnerType type, String dataOwnerId, Map<String, List<String>> hcPartyKeys, {String? publicKey = null, String? parentId = null, String? rev = null, Map<String, Map<String, Map<String, String>>> aesExchangeKeys = const {}})

Properties

aesExchangeKeys Map<String, Map<String, Map<String, String>>>
final
dataOwnerId String
final
hashCode int
The hash code for this object.
no setterinherited
hcPartyKeys Map<String, List<String>>
final
parentId String?
final
publicKey String?
final
rev String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DataOwnerType
final

Methods

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

Operators

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