ConfirmTopicRuleDestinationResponse.fromJson constructor

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

Implementation

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