PathMatch constructor
- required int path,
- required Coordinates coords,
- required int distance,
- required int segment,
Implementation
PathMatch({
required this.path,
required this.coords,
required this.distance,
required this.segment,
});
PathMatch({
required this.path,
required this.coords,
required this.distance,
required this.segment,
});