AttackPathNode constructor

AttackPathNode({
  1. List<PathNodeAssociatedFinding>? associatedFindings,
  2. List<AttackStepNode>? attackSteps,
  3. String? displayName,
  4. String? resource,
  5. String? resourceType,
  6. String? uuid,
})

Implementation

AttackPathNode({
  this.associatedFindings,
  this.attackSteps,
  this.displayName,
  this.resource,
  this.resourceType,
  this.uuid,
});