readDate property
DateTime?
get
readDate
The date representation of the Message.readTimestamp.
Implementation
DateTime? get readDate => parseMilliseconds(readTimestamp);
The date representation of the Message.readTimestamp.
DateTime? get readDate => parseMilliseconds(readTimestamp);