EventPublishConfig.fromJson constructor
EventPublishConfig.fromJson(
- Map json_
Implementation
EventPublishConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
topic: json_['topic'] as core.String?,
);