SealdRecipientWithRights class Helpers
Represents a recipient with the associated rights Default rights are: read: true, forward: true, revoke: false Default rights for the current user when creating an encryptionSession are read: true, forward: true, revoke: true
Constructors
- SealdRecipientWithRights({required String id, SealdRecipientRights? rights})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String
- 
  Internal Seald IDs. Returned for users with  SealdSdk.getCurrentAccountInfo, for groups when creating them. */
  final
- rights ↔ SealdRecipientRights?
- 
  The rights for the associated recipient ID.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited