StandardsControl constructor

StandardsControl({
  1. String? controlId,
  2. ControlStatus? controlStatus,
  3. DateTime? controlStatusUpdatedAt,
  4. String? description,
  5. String? disabledReason,
  6. List<String>? relatedRequirements,
  7. String? remediationUrl,
  8. SeverityRating? severityRating,
  9. String? standardsControlArn,
  10. String? title,
})

Implementation

StandardsControl({
  this.controlId,
  this.controlStatus,
  this.controlStatusUpdatedAt,
  this.description,
  this.disabledReason,
  this.relatedRequirements,
  this.remediationUrl,
  this.severityRating,
  this.standardsControlArn,
  this.title,
});