ListCustomersResponse constructor

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

Implementation

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