copyWith method

Implementation

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