GeoTargeting class

Geographical Targeting.

Constructors

GeoTargeting({List<City>? cities, List<Country>? countries, bool? excludeCountries, List<Metro>? metros, List<PostalCode>? postalCodes, List<Region>? regions})
GeoTargeting.fromJson(Map json_)

Properties

cities List<City>?
Cities to be targeted.
getter/setter pair
countries List<Country>?
Countries to be targeted or excluded from targeting, depending on the setting of the excludeCountries field.
getter/setter pair
excludeCountries bool?
Whether or not to exclude the countries in the countries field from targeting.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metros List<Metro>?
Metros to be targeted.
getter/setter pair
postalCodes List<PostalCode>?
Postal codes to be targeted.
getter/setter pair
regions List<Region>?
Regions to be targeted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited