ListContactGroupsResponse constructor
ListContactGroupsResponse({
- List<
ContactGroup> ? contactGroups, - String? nextPageToken,
- String? nextSyncToken,
- int? totalItems,
Implementation
ListContactGroupsResponse({
this.contactGroups,
this.nextPageToken,
this.nextSyncToken,
this.totalItems,
});