AdParam constructor
AdParam({
- int? gender,
- String? countryCode,
- List<
int> ? detailedCreativeTypeList, - RequestOptions? options,
Implementation
AdParam({
this.gender,
this.countryCode,
this.detailedCreativeTypeList,
RequestOptions? options,
}) {
requestOptions = options ?? RequestOptions();
}