UpdateUserResponse constructor

UpdateUserResponse({
  1. User? user,
})

Implementation

UpdateUserResponse({
  this.user,
});