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