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).

Inheritance

Constructors

CReadReceipt({required Atsign owner, required String id, required Atsign from, required DateTime readAt})

Properties

from Atsign
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
owner Atsign
finalinherited
readAt DateTime
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