toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final excludedGeoMatchType = this.excludedGeoMatchType;
final excludedGeoTargetConstants = this.excludedGeoTargetConstants;
final geoMatchType = this.geoMatchType;
final geoTargetConstants = this.geoTargetConstants;
return {
'excludedGeoMatchType': ?excludedGeoMatchType,
'excludedGeoTargetConstants': ?excludedGeoTargetConstants,
'geoMatchType': ?geoMatchType,
'geoTargetConstants': ?geoTargetConstants,
};
}