Group constructor
Group({
- String? expand,
- String? groupId,
- String? name,
- String? self,
- PagedListUserDetailsApplicationUser? users,
Implementation
Group({this.expand, this.groupId, this.name, this.self, this.users});