lastReadAt property

DateTime? lastReadAt

The last date of the Message which has been read by other Client.

Implementation

DateTime? get lastReadAt => parseMilliseconds(_lastReadTimestamp);