UsageSettings constructor
UsageSettings({})
Implementation
UsageSettings({
required this.canAttach,
required this.canTag,
required this.canShare,
required this.canWebSearch,
required this.actionBarAlwaysVisible,
required this.canAnonymous,
required this.chatVisibility,
});