CustomerSessionStats constructor

CustomerSessionStats({
  1. Date? date,
  2. String? searchSessionsCount,
})

Implementation

CustomerSessionStats({
  this.date,
  this.searchSessionsCount,
});