ConstraintDetail constructor

ConstraintDetail({
  1. String? constraintId,
  2. String? description,
  3. String? owner,
  4. String? portfolioId,
  5. String? productId,
  6. String? type,
})

Implementation

ConstraintDetail({
  this.constraintId,
  this.description,
  this.owner,
  this.portfolioId,
  this.productId,
  this.type,
});