GetUserResponse constructor

GetUserResponse({
  1. User? user,
})

Implementation

GetUserResponse({
  this.user,
});