TollBoothLane constructor

TollBoothLane(
  1. TollBooth booth,
  2. LaneAccess access
)

Creates a new instance.

  • booth Indicates the toll stop for this particular booth.
  • access Indicates the access of the lane.

Implementation

TollBoothLane(this.booth, this.access);