ListOtherContactsResponse constructor

ListOtherContactsResponse({
  1. String? nextPageToken,
  2. String? nextSyncToken,
  3. List<Person>? otherContacts,
  4. int? totalSize,
})

Implementation

ListOtherContactsResponse({
  this.nextPageToken,
  this.nextSyncToken,
  this.otherContacts,
  this.totalSize,
});