ListVendorCustomersResponse constructor

ListVendorCustomersResponse({
  1. List<Company>? customers,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListVendorCustomersResponse({
  this.customers,
  this.nextPageToken,
  this.totalSize,
});