UpdateTopicRuleDestinationResponse.fromJson constructor

UpdateTopicRuleDestinationResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory UpdateTopicRuleDestinationResponse.fromJson(Map<String, dynamic> _) {
  return UpdateTopicRuleDestinationResponse();
}