AllUsers constructor

AllUsers({
  1. bool? isAllUsersRequested,
})

Implementation

AllUsers({
  this.isAllUsersRequested,
});