UnsubscribeResult constructor

UnsubscribeResult({
  1. required String arn,
})

Implementation

UnsubscribeResult({
  required this.arn,
});