NewLastReadEvent constructor

const NewLastReadEvent(
  1. String appId,
  2. String roomId,
  3. String memberId,
  4. DateTime lastRead,
)

Implementation

const NewLastReadEvent(this.appId, this.roomId, this.memberId, this.lastRead);