AdRequest constructor

const AdRequest({
  1. int? age,
  2. String? contextQuery,
  3. List<String>? contextTags,
  4. String? gender,
  5. AdLocation? location,
  6. Map<String, String>? parameters,
  7. AdTheme? preferredTheme,
})

Implementation

const AdRequest(
    {this.age,
    this.contextQuery,
    this.contextTags,
    this.gender,
    this.location,
    this.parameters,
    this.preferredTheme});