Thread constructor
Thread({})
Implementation
Thread(
{this.uid,
this.topic,
this.content,
this.type,
this.status,
//
this.top,
this.unread,
this.unreadCount,
this.mute,
this.star,
this.folded,
//
this.client,
this.extra,
//
this.user,
// this.agent,
//
this.updatedAt})
: super();