lastDeliveredAt property

DateTime? lastDeliveredAt

The last date of the Message which has been delivered to other Client.

Implementation

DateTime? get lastDeliveredAt => parseMilliseconds(_lastDeliveredTimestamp);