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