Authorization constructor

Authorization({
  1. List<ClusterUser>? adminUsers,
})

Implementation

Authorization({
  this.adminUsers,
});