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