CisBenchmark constructor

CisBenchmark({
  1. int? profileLevel,
  2. String? severity,
})

Implementation

CisBenchmark({
  this.profileLevel,
  this.severity,
});