GetSubscriptionAttributesResponse constructor

GetSubscriptionAttributesResponse({
  1. Map<String, String>? attributes,
})

Implementation

GetSubscriptionAttributesResponse({
  this.attributes,
});