defaultMessageNotifications property

  1. @JsonKey.new(includeIfNull: false, name: 'default_message_notifications')
num? defaultMessageNotifications
final

The default message notification level

Implementation

@JsonKey(includeIfNull: false, name: 'default_message_notifications')
final num? defaultMessageNotifications;