GetSMSAttributesResponse constructor

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

Implementation

GetSMSAttributesResponse({
  this.attributes,
});