DeleteTopicRuleDestinationResponse.fromJson constructor

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

Implementation

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