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