defaultMessageNotifications property
NotificationLevel
get
defaultMessageNotifications
The Guild's default message notifications.
Implementation
NotificationLevel get defaultMessageNotifications => NotificationLevel.values.firstWhere((element) => element.value == _defaultMessageNotifications);