copyWith method
Implementation
GetEmojiCategories copyWith({
EmojiCategoryType? type,
}) =>
GetEmojiCategories(
type: type ?? this.type,
);
GetEmojiCategories copyWith({
EmojiCategoryType? type,
}) =>
GetEmojiCategories(
type: type ?? this.type,
);