sentDate property
DateTime?
get
sentDate
The date representation of the Message.sentTimestamp.
Implementation
DateTime? get sentDate => parseMilliseconds(_timestamp);
The date representation of the Message.sentTimestamp.
DateTime? get sentDate => parseMilliseconds(_timestamp);