ListContactsResponse constructor
ListContactsResponse({
- List<
ContactData> ? contactList, - String? nextToken,
Implementation
ListContactsResponse({
this.contactList,
this.nextToken,
});