MessageModel constructor
MessageModel({})
Implementation
MessageModel({
this.id,
required this.ownerType,
this.ownerName,
this.avatar,
this.content,
this.createAt,
this.showCreatedTime = false,
}) : key = GlobalKey();