MmUserThread constructor
MmUserThread({})
Returns a new MmUserThread instance.
Implementation
MmUserThread({
this.id,
this.replyCount,
this.lastReplyAt,
this.lastViewedAt,
this.participants = const [],
this.post,
});