UserProfilePublicity constructor

UserProfilePublicity(
  1. String gender,
  2. String region,
  3. String birthDay,
  4. String birthYear,
  5. String job,
  6. bool pawoo,
)

Implementation

UserProfilePublicity(
  this.gender,
  this.region,
  this.birthDay,
  this.birthYear,
  this.job,
  this.pawoo,
);