ForumTopics constructor
ForumTopics({})
Implementation
ForumTopics({
required this.totalCount,
required this.topics,
required this.nextOffsetDate,
required this.nextOffsetMessageId,
required this.nextOffsetForumTopicId,
});