ChatSeen constructor

ChatSeen(
  1. String contactId,
  2. DateTime time
)

Implementation

ChatSeen(this.contactId, this.time);