AttackStepNode constructor

AttackStepNode({
  1. String? description,
  2. String? displayName,
  3. Map<String, String>? labels,
  4. String? type,
  5. String? uuid,
})

Implementation

AttackStepNode({
  this.description,
  this.displayName,
  this.labels,
  this.type,
  this.uuid,
});