DFAStarMap constructor

DFAStarMap(
  1. List<List<int>>? maps,
  2. int width,
  3. int height,
  4. DFAStarNode start,
  5. DFAStarNode end,
)

Implementation

DFAStarMap(this.maps, this.width, this.height, this.start, this.end);