PlacementStrategy constructor

PlacementStrategy({
  1. String? field,
  2. PlacementStrategyType? type,
})

Implementation

PlacementStrategy({
  this.field,
  this.type,
});