copyWith method
Implementation
SetProfileAccentColor copyWith({
int? profileAccentColorId,
int? profileBackgroundCustomEmojiId,
}) => SetProfileAccentColor(
profileAccentColorId: profileAccentColorId ?? this.profileAccentColorId,
profileBackgroundCustomEmojiId:
profileBackgroundCustomEmojiId ?? this.profileBackgroundCustomEmojiId,
);