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