RouteTollPaymentInfo constructor

const RouteTollPaymentInfo({
  1. required String currencyCode,
  2. double cost = 0,
})

Implementation

const RouteTollPaymentInfo({
  required this.currencyCode,
  this.cost = 0
});