PlaytimeUserProfile constructor

PlaytimeUserProfile({
  1. String? gender,
  2. String? birthday,
})

Implementation

PlaytimeUserProfile({
  this.gender,
  this.birthday,
});