GroupLicenseUsersListResponse constructor

GroupLicenseUsersListResponse({
  1. List<User>? user,
})

Implementation

GroupLicenseUsersListResponse({
  this.user,
});