UserLocations constructor

UserLocations({
  1. String dateId = '',
  2. int totalUsers = 0,
  3. int totalLocations = 0,
  4. Map<String, int>? locationCounts,
})

Implementation

UserLocations({
  this.dateId = '',
  this.totalUsers = 0,
  this.totalLocations = 0,
  this.locationCounts,
});