CustomerListCustomersResponse constructor

CustomerListCustomersResponse({
  1. List<Company>? customers,
  2. String? nextPageToken,
})

Implementation

CustomerListCustomersResponse({
  this.customers,
  this.nextPageToken,
});