AdRequestConfiguration constructor

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

Implementation

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