UserMakeAdmin constructor

UserMakeAdmin({
  1. bool? status,
})

Implementation

UserMakeAdmin({
  this.status,
});