GetCustomerSearchApplicationStatsResponse constructor
GetCustomerSearchApplicationStatsResponse({
- String? averageSearchApplicationCount,
- List<
CustomerSearchApplicationStats> ? stats,
Implementation
GetCustomerSearchApplicationStatsResponse({
this.averageSearchApplicationCount,
this.stats,
});