DescribeSubscriptionResponse constructor

DescribeSubscriptionResponse({
  1. Subscription? subscription,
})

Implementation

DescribeSubscriptionResponse({
  this.subscription,
});