AuditRefs constructor

AuditRefs({
  1. String? acronym,
  2. String? group,
  3. String? id,
  4. List<String>? relevantAudits,
  5. double? weight,
})

Implementation

AuditRefs({
  this.acronym,
  this.group,
  this.id,
  this.relevantAudits,
  this.weight,
});