GetCustomerSearchApplicationStatsResponse constructor

GetCustomerSearchApplicationStatsResponse({
  1. String? averageSearchApplicationCount,
  2. List<CustomerSearchApplicationStats>? stats,
})

Implementation

GetCustomerSearchApplicationStatsResponse({
  this.averageSearchApplicationCount,
  this.stats,
});