UserGroupPendingChanges constructor

UserGroupPendingChanges({
  1. List<String>? userIdsToAdd,
  2. List<String>? userIdsToRemove,
})

Implementation

UserGroupPendingChanges({
  this.userIdsToAdd,
  this.userIdsToRemove,
});