AccentColor constructor
AccentColor({})
Implementation
AccentColor({
required this.id,
required this.builtInAccentColorId,
required this.lightThemeColors,
required this.darkThemeColors,
required this.minChannelChatBoostLevel,
});