toJson method

Map<String, dynamic> toJson()

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,
  };
}