GroupRoles constructor
      
      GroupRoles({})
     
    
    
Implementation
GroupRoles({
  required this.owner,
  required this.userInvite,
  required this.userKick,
  required this.userRole,
  required this.groupSettings,
  required this.groupFiles,
  required this.groupEvents,
  required this.groupRole,
  required this.groupSurvey,
});