timestamp property

  1. @override
DateTime get timestamp

The timestamp of the message.

Implementation

@override
DateTime get timestamp => receivedAt;