copyWith method
Implementation
UpdateSavedMessagesTopic copyWith({SavedMessagesTopic? topic}) =>
UpdateSavedMessagesTopic(topic: topic ?? this.topic);
UpdateSavedMessagesTopic copyWith({SavedMessagesTopic? topic}) =>
UpdateSavedMessagesTopic(topic: topic ?? this.topic);