DataOwnerDto constructor

DataOwnerDto(
  1. DataOwnerType type,
  2. String dataOwnerId,
  3. Map<String, List<String>> hcPartyKeys, {
  4. String? publicKey = null,
  5. String? parentId = null,
  6. String? rev = null,
  7. Map<String, Map<String, Map<String, String>>> aesExchangeKeys = const {},
})

Implementation

DataOwnerDto(this.type, this.dataOwnerId, this.hcPartyKeys, {this.publicKey = null, this.parentId = null, this.rev = null, this.aesExchangeKeys = const {} });