ConstraintSummary constructor

ConstraintSummary({
  1. String? description,
  2. String? type,
})

Implementation

ConstraintSummary({
  this.description,
  this.type,
});