$ProximityLocationListAssignedTargetingOptionDetails constructor

$ProximityLocationListAssignedTargetingOptionDetails({
  1. String? proximityLocationListId,
  2. double? proximityRadius,
  3. String? proximityRadiusUnit,
})

Implementation

$ProximityLocationListAssignedTargetingOptionDetails({
  this.proximityLocationListId,
  this.proximityRadius,
  this.proximityRadiusUnit,
});