AttackPathNode constructor
AttackPathNode({
- List<
PathNodeAssociatedFinding> ? associatedFindings, - List<
AttackStepNode> ? attackSteps, - String? displayName,
- String? resource,
- String? resourceType,
- String? uuid,
Implementation
AttackPathNode({
this.associatedFindings,
this.attackSteps,
this.displayName,
this.resource,
this.resourceType,
this.uuid,
});