InMobiMediationExtras constructor

InMobiMediationExtras({
  1. InMobiAgeGroups? ageGroup,
  2. InMobiEducation? education,
  3. int? age,
  4. int? yearOfBirth,
  5. String? postalCode,
  6. String? areaCode,
  7. String? language,
  8. String? city,
  9. String? state,
  10. String? country,
  11. String? keywords,
  12. String? interests,
  13. InMobiLogLevel? logLevel,
})

Implementation

InMobiMediationExtras({
  this.ageGroup,
  this.education,
  this.age,
  this.yearOfBirth,
  this.postalCode,
  this.areaCode,
  this.language,
  this.city,
  this.state,
  this.country,
  this.keywords,
  this.interests,
  this.logLevel,
});