SealdRecipientsList class Helpers

Holds a list of all recipients from a session.

Constructors

SealdRecipientsList.new({required List<SealdSealdRecipient> sealdRecipients, required List<SealdTmrAccess> tmrAccesses, required List<SealdProxySession> proxySessions, required List<SealdSymEncKey> symEncKeys})

Properties

hashCode int
The hash code for this object.
no setterinherited
proxySessions List<SealdProxySession>
An array of SealdProxySession that can access the session.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sealdRecipients List<SealdSealdRecipient>
An array of SealdSealdRecipient that can access the session.
final
symEncKeys List<SealdSymEncKey>
An array of SealdSymEncKey that can access the session.
final
tmrAccesses List<SealdTmrAccess>
An array of SealdTmrAccess that can access the session.
final

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