UILaneState constructor
UILaneState({
- required int laneIndex,
- LaneFullState? laneFullState,
Implementation
UILaneState({required this.laneIndex, this.laneFullState});