timestamp property Null safety

int timestamp
final

The time when a message was sent Messages stored locally can adjust its position in the session list by modifying the timestamp, and the timestamp of the message sent to the server will be automatically rectified on the server.

Implementation

final int timestamp;