ListContactListsResponse constructor
ListContactListsResponse({
- List<
ContactList> ? contactLists, - String? nextToken,
Implementation
ListContactListsResponse({
this.contactLists,
this.nextToken,
});