RouteStop constructor

RouteStop(
  1. int locationIndex
)

Implementation

RouteStop(int locationIndex)
  : locationIndex = locationIndex, stopDuration = const Duration(seconds: 0);