CreateContactResponse constructor

CreateContactResponse({
  1. String? contactArn,
})

Implementation

CreateContactResponse({
  this.contactArn,
});