copyWith method
Copy method
Implementation
CategoryEmoji copyWith({Category? category, List<Emoji>? emoji}) {
return CategoryEmoji(category ?? this.category, emoji ?? this.emoji);
}
Copy method
CategoryEmoji copyWith({Category? category, List<Emoji>? emoji}) {
return CategoryEmoji(category ?? this.category, emoji ?? this.emoji);
}