PlacementStrategy constructor
PlacementStrategy({
- String? field,
- PlacementStrategyType? type,
Implementation
PlacementStrategy({
this.field,
this.type,
});
PlacementStrategy({
this.field,
this.type,
});