TollBoothLane constructor
- TollBooth booth,
- LaneAccess access
Creates a new instance.
boothIndicates the toll stop for this particular booth.accessIndicates the access of the lane.
Implementation
TollBoothLane(this.booth, this.access);
Creates a new instance.
booth Indicates the toll stop for this particular booth.access Indicates the access of the lane.TollBoothLane(this.booth, this.access);