BatchCreateContactsResponse constructor

BatchCreateContactsResponse({
  1. List<PersonResponse>? createdPeople,
})

Implementation

BatchCreateContactsResponse({
  this.createdPeople,
});