ChatEventHasProtectedContentToggled constructor
const
ChatEventHasProtectedContentToggled({
- required bool hasProtectedContent,
The has_protected_content setting of a channel was toggled
Implementation
const ChatEventHasProtectedContentToggled({
required this.hasProtectedContent,
});