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