toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final negativeGeoTargetType = this.negativeGeoTargetType;
final positiveGeoTargetType = this.positiveGeoTargetType;
return {
'negativeGeoTargetType': ?negativeGeoTargetType,
'positiveGeoTargetType': ?positiveGeoTargetType,
};
}