UserPendingChanges constructor
UserPendingChanges({
- bool? consoleAccess,
- List<
String> ? groups, - ChangeType? pendingChange,
Implementation
UserPendingChanges({
this.consoleAccess,
this.groups,
this.pendingChange,
});