PathMatch constructor

PathMatch({
  1. required int path,
  2. required Coordinates coords,
  3. required int distance,
  4. required int segment,
})

Implementation

PathMatch({
  required this.path,
  required this.coords,
  required this.distance,
  required this.segment,
});