CReadReceipt class final
Fires when a remote atSign posts a receipt for an item we can
observe. owner + id identify the PARENT item being read (the
thing the receipt is about — not the receipt sub-item itself), so
they match the owner + id of the corresponding CItem.
from is the reader; readAt is the moment the notification was
received (not the moment the reader wrote it).
Constructors
- CReadReceipt({required Atsign owner, required String id, required Atsign from, required DateTime readAt})
Properties
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