SealdTmrRecipientWithRights constructor
SealdTmrRecipientWithRights({
- required String type,
- required String value,
- required Uint8List overEncryptionKey,
- SealdRecipientRights? rights,
Implementation
SealdTmrRecipientWithRights({
required this.type,
required this.value,
required this.overEncryptionKey,
SealdRecipientRights? rights,
});