ImageScanFinding constructor

ImageScanFinding({
  1. List<Attribute>? attributes,
  2. String? description,
  3. String? name,
  4. FindingSeverity? severity,
  5. String? uri,
})

Implementation

ImageScanFinding({
  this.attributes,
  this.description,
  this.name,
  this.severity,
  this.uri,
});