Lane constructor
Lane({
- required List<
LaneDirection> laneDirections,
Construct Lane.
Implementation
Lane({
required this.laneDirections,
});
Construct Lane.
Lane({
required this.laneDirections,
});