NotificationConfig.fromJson constructor
      
      NotificationConfig.fromJson(
    
    
- Map json_
 
Implementation
NotificationConfig.fromJson(core.Map json_)
    : this(
        pubsubTopic: json_['pubsubTopic'] as core.String?,
        sendForBulkImport: json_['sendForBulkImport'] as core.bool?,
      );