AATKitUserTargeting constructor
AATKitUserTargeting({
- String? userID,
- AATKitGender? gender,
- int? yearOfBirth,
- List<
String> ? keywords,
Implementation
AATKitUserTargeting({
this.userID,
this.gender,
this.yearOfBirth,
this.keywords,
});