SubscribeResult constructor

SubscribeResult({
  1. String? arn,
})

Implementation

SubscribeResult({
  this.arn,
});