Totals constructor

Totals({
  1. num logins,
  2. num registrations,
  3. num totalRegistrations,
})

Implementation

Totals({this.logins, this.registrations, this.totalRegistrations});