SealdSealdRecipient class Helpers

Holds information about a Seald recipient.

Constructors

SealdSealdRecipient.new({required String sealdId, required String addedById, DateTime? readFirst, DateTime? readLast, required int readTime, required SealdRecipientRights rights})

Properties

addedById String
The ID of the user who created this access.
final
hashCode int
The hash code for this object.
no setterinherited
readFirst DateTime?
Time of the first access to the session.
final
readLast DateTime?
Time of the last access to the session.
final
readTime int
Number of access to the session.
final
rights SealdRecipientRights
The rights for the access
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sealdId String
The Seald ID of the user.
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