GetContactAttributesResponse constructor

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

Implementation

GetContactAttributesResponse({
  this.attributes,
});