ForumTopic constructor
const
ForumTopic({})
Creates a new ForumTopic object.
Implementation
const ForumTopic({
required this.messageThreadId,
required this.name,
required this.iconColor,
this.iconCustomEmojiId,
});