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