PlacementPolicy constructor

PlacementPolicy({
  1. String? collocation,
  2. String? maxDistance,
})

Implementation

PlacementPolicy({
  this.collocation,
  this.maxDistance,
});