UserPendingChanges constructor

UserPendingChanges({
  1. bool? consoleAccess,
  2. List<String>? groups,
  3. ChangeType? pendingChange,
})

Implementation

UserPendingChanges({
  this.consoleAccess,
  this.groups,
  this.pendingChange,
});