SubscribeResponse constructor

SubscribeResponse({
  1. String? subscriptionArn,
})

Implementation

SubscribeResponse({
  this.subscriptionArn,
});