ReceiptRecord class

Deliver receipt record from rust to flutter

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drop() → void
Manually drops the object and unregisters the FinalizableHandle.
eventId() String
Get id of event that this user read message from peer
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiptThread() ReceiptThread
Get the receipt thread wrapper
receiptType() String
Get the receipt type, one of m.read or m.read.private
seenBy() String
Get id of user that read this message
timestamp() int?
Get time that this user read message from peer in milliseconds
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited