UserList constructor
UserList({})
Implementation
UserList({
this.description,
this.displayName,
this.membershipDurationDays,
this.name,
this.status,
this.urlRestriction,
});
UserList({
this.description,
this.displayName,
this.membershipDurationDays,
this.name,
this.status,
this.urlRestriction,
});