toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final ageRange = this.ageRange;
final audienceTargeting = this.audienceTargeting;
final devices = this.devices;
final genders = this.genders;
final network = this.network;
final plannableLocationId = this.plannableLocationId;
final plannableLocationIds = this.plannableLocationIds;
return {
'ageRange': ?ageRange,
'audienceTargeting': ?audienceTargeting,
'devices': ?devices,
'genders': ?genders,
'network': ?network,
'plannableLocationId': ?plannableLocationId,
'plannableLocationIds': ?plannableLocationIds,
};
}