RoutePath constructor

RoutePath({
  1. required Subline subline,
  2. required List<List<LatLng>> paths,
})

Implementation

RoutePath({required this.subline, required this.paths});