UpdateUserParams constructor

UpdateUserParams({
  1. String? userNickname,
  2. String? userTags,
  3. String? userURL,
  4. String? userIntro,
  5. String? mbti,
})

Implementation

UpdateUserParams({
  this.userNickname,
  this.userTags,
  this.userURL,
  this.userIntro,
  this.mbti,
});