KakaoCollectOptions constructor

const KakaoCollectOptions({
  1. bool email = true,
  2. bool profile = true,
  3. bool phone = false,
  4. bool birthday = false,
  5. bool gender = false,
  6. bool ageRange = false,
  7. bool ci = false,
})

Implementation

const KakaoCollectOptions({
  this.email = true,
  this.profile = true,
  this.phone = false,
  this.birthday = false,
  this.gender = false,
  this.ageRange = false,
  this.ci = false,
});