AdminCreateUserResponse constructor

AdminCreateUserResponse({
  1. UserType? user,
})

Implementation

AdminCreateUserResponse({
  this.user,
});