copyWith method
Implementation
@override
MessageForumTopicCreated copyWith({
String? name,
ForumTopicIcon? icon,
}) =>
MessageForumTopicCreated(
name: name ?? this.name,
icon: icon ?? this.icon,
);
@override
MessageForumTopicCreated copyWith({
String? name,
ForumTopicIcon? icon,
}) =>
MessageForumTopicCreated(
name: name ?? this.name,
icon: icon ?? this.icon,
);