copyWith method
Implementation
ChatMembersFilterMention copyWith({MessageTopic? topicId}) =>
ChatMembersFilterMention(topicId: topicId ?? this.topicId);
ChatMembersFilterMention copyWith({MessageTopic? topicId}) =>
ChatMembersFilterMention(topicId: topicId ?? this.topicId);