Group constructor

Group({
  1. String? expand,
  2. String? groupId,
  3. String? name,
  4. String? self,
  5. PagedListUserDetailsApplicationUser? users,
})

Implementation

Group({this.expand, this.groupId, this.name, this.self, this.users});