Attributes constructor

Attributes({
  1. List<ContactInfo>? businessOwners,
  2. Criticality? criticality,
  3. List<ContactInfo>? developerOwners,
  4. Environment? environment,
  5. List<ContactInfo>? operatorOwners,
})

Implementation

Attributes({
  this.businessOwners,
  this.criticality,
  this.developerOwners,
  this.environment,
  this.operatorOwners,
});