CloudPubsubTopic.fromJson constructor

CloudPubsubTopic.fromJson(
  1. Map json_
)

Implementation

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