toJson method

Map<String, dynamic> toJson()

Implementation

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