TollCost constructor

TollCost(
  1. String currency
)

Implementation

TollCost(String currency)
  : currency = currency, price = 0.0, paymentMethods = [], isPriceCalculatedPerKilometer = false, vehicleProfiles = [], transportSpecifications = [];