defaultMessageNotifications property

NotificationLevel defaultMessageNotifications

The Guild's default message notifications.

Implementation

NotificationLevel get defaultMessageNotifications => NotificationLevel.values.firstWhere((element) => element.value == _defaultMessageNotifications);