ListContactsResponse constructor

ListContactsResponse({
  1. List<Contact>? contacts,
  2. String? nextToken,
})

Implementation

ListContactsResponse({
  this.contacts,
  this.nextToken,
});