readDate property

DateTime? readDate

The date representation of the Message.readTimestamp.

Implementation

DateTime? get readDate => parseMilliseconds(readTimestamp);