ListContactGroupsResponse constructor

ListContactGroupsResponse({
  1. List<ContactGroup>? contactGroups,
  2. String? nextPageToken,
  3. String? nextSyncToken,
  4. int? totalItems,
})

Implementation

ListContactGroupsResponse({
  this.contactGroups,
  this.nextPageToken,
  this.nextSyncToken,
  this.totalItems,
});