GoogleCloudChannelV1RegisterSubscriberResponse.fromJson constructor

GoogleCloudChannelV1RegisterSubscriberResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudChannelV1RegisterSubscriberResponse.fromJson(core.Map json_)
  : this(topic: json_['topic'] as core.String?);