copyWith method
Implementation
ForumTopicIcon copyWith({int? color, int? customEmojiId}) => ForumTopicIcon(
color: color ?? this.color,
customEmojiId: customEmojiId ?? this.customEmojiId,
);
ForumTopicIcon copyWith({int? color, int? customEmojiId}) => ForumTopicIcon(
color: color ?? this.color,
customEmojiId: customEmojiId ?? this.customEmojiId,
);