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