SealdTmrRecipientWithRights constructor

SealdTmrRecipientWithRights({
  1. required String type,
  2. required String value,
  3. required Uint8List overEncryptionKey,
  4. SealdRecipientRights? rights,
})

Implementation

SealdTmrRecipientWithRights({
  required this.type,
  required this.value,
  required this.overEncryptionKey,
  SealdRecipientRights? rights,
});