AttackPathEdge constructor

AttackPathEdge({
  1. String? destination,
  2. String? source,
})

Implementation

AttackPathEdge({this.destination, this.source});