GetCustomerUserStatsResponse constructor

GetCustomerUserStatsResponse({
  1. List<CustomerUserStats>? stats,
})

Implementation

GetCustomerUserStatsResponse({
  this.stats,
});