CreateUserResponse constructor

CreateUserResponse({
  1. User? user,
})

Implementation

CreateUserResponse({
  this.user,
});