DrivingTollPost constructor

const DrivingTollPost(
  1. PolylinePosition position, {
  2. int? id,
  3. double? time_with_traffic,
  4. bool? nonTransactional,
})

Implementation

const DrivingTollPost(
  this.position, {
  this.id,
  this.time_with_traffic,
  this.nonTransactional,
});