notificationFoldStyle property Null safety

NIMNotificationFoldStyle notificationFoldStyle
@JsonKey(defaultValue: NIMNotificationFoldStyle.all), final

The folding type of messages on the notification bar. If the type is unspecified, the value of notificationFolded is used. If the value is null, all messages are folded by default.

Implementation

@JsonKey(defaultValue: NIMNotificationFoldStyle.all)
final NIMNotificationFoldStyle notificationFoldStyle;