MonthlyActiveUserReportResponse constructor

MonthlyActiveUserReportResponse({
  1. List<Count> monthlyActiveUsers,
  2. num total,
})

Implementation

MonthlyActiveUserReportResponse({this.monthlyActiveUsers, this.total});