ProximityLocationListAssignedTargetingOptionDetails constructor

ProximityLocationListAssignedTargetingOptionDetails({
  1. String? proximityLocationListId,
  2. String? proximityRadiusRange,
})

Implementation

ProximityLocationListAssignedTargetingOptionDetails({
  this.proximityLocationListId,
  this.proximityRadiusRange,
});