SNSDestination constructor

SNSDestination({
  1. required String topicARN,
})

Implementation

SNSDestination({
  required this.topicARN,
});