copyWith method

ChatMembersFilterMention copyWith({
  1. MessageTopic? topicId,
})

Implementation

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