toDataOwnerDto method
DataOwnerDto
toDataOwnerDto()
Implementation
DataOwnerDto toDataOwnerDto() => DataOwnerDto(DataOwnerType.device, this.id!, this.systemMetaData?.hcPartyKeys ?? const {},
publicKey: this.systemMetaData?.publicKey!, parentId: this.parentId, rev: this.rev);