SealdRecipientRights class Helpers

Represents a connector type-value pair.

Constructors

SealdRecipientRights({bool read = true, bool forward = true, bool revoke = false})

Properties

forward bool
The right to forward the message to another user.
final
hashCode int
The hash code for this object.
no setterinherited
read bool
The right to read the message.
final
revoke bool
The right to revoke another user from a message, or to remove rights from them.
final
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