notificationConfig property
- @JsonKey(toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap)
 
final
        通知栏配置
Implementation
@JsonKey(
    toJson: _notificationConfigToMap, fromJson: _notificationConfigFromMap)
final NIMStatusBarNotificationConfig? notificationConfig;