StatsGroupTopAdmin constructor

const StatsGroupTopAdmin({
  1. required int userId,
  2. required int deleted,
  3. required int kicked,
  4. required int banned,
})

Stats Group Top Admin constructor.

Implementation

const StatsGroupTopAdmin({
  required this.userId,
  required this.deleted,
  required this.kicked,
  required this.banned,
}) : super._();