PlacementConstraint constructor
PlacementConstraint({
- String? expression,
- PlacementConstraintType? type,
Implementation
PlacementConstraint({
this.expression,
this.type,
});