PlacementConstraint constructor

PlacementConstraint({
  1. String? expression,
  2. PlacementConstraintType? type,
})

Implementation

PlacementConstraint({
  this.expression,
  this.type,
});