Message constructor
const
Message({})
Implementation
const Message({
this.uid,
this.type,
this.content,
this.status,
this.createdAt,
this.client,
this.extra,
//
this.threadTopic,
this.user,
}) : super();