ProjectUserGrantCountsPage constructor

ProjectUserGrantCountsPage({
  1. required List<ProjectUserGrantCount> users,
  2. required int total,
})

Implementation

ProjectUserGrantCountsPage({required this.users, required this.total});