NotificationConfig.fromJson constructor

NotificationConfig.fromJson(
  1. Map json_
)

Implementation

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