DicomNotificationConfig.fromJson constructor

DicomNotificationConfig.fromJson(
  1. Map json_
)

Implementation

DicomNotificationConfig.fromJson(core.Map json_)
  : this(pubsubTopic: json_['pubsubTopic'] as core.String?);