GetCustomerSessionStatsResponse constructor

GetCustomerSessionStatsResponse({
  1. List<CustomerSessionStats>? stats,
})

Implementation

GetCustomerSessionStatsResponse({
  this.stats,
});