notificationConfig property Null safety

NIMStatusBarNotificationConfig? notificationConfig
@JsonKey(toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap), final

Notification bar configuration

Implementation

@JsonKey(
    toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap)
final NIMStatusBarNotificationConfig? notificationConfig;