ListClientsResponse constructor

ListClientsResponse({
  1. List<Client>? client,
  2. String? nextPageToken,
})

Implementation

ListClientsResponse({
  this.client,
  this.nextPageToken,
});