DFMap constructor

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

Implementation

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