sharedKeyEncrypted property

String? sharedKeyEncrypted
inherited

Implementation

String? get sharedKeyEncrypted => metadata.sharedKeyEnc;
void sharedKeyEncrypted=(String? s)
inherited

Implementation

set sharedKeyEncrypted(String? s) => metadata.sharedKeyEnc = s;