copyWith method
Implementation
SetAccentColor copyWith({int? accentColorId, int? backgroundCustomEmojiId}) =>
SetAccentColor(
accentColorId: accentColorId ?? this.accentColorId,
backgroundCustomEmojiId:
backgroundCustomEmojiId ?? this.backgroundCustomEmojiId,
);