DrivingTollPost constructor
const
DrivingTollPost(
- PolylinePosition position, {
- int? id,
- double? time_with_traffic,
- bool? nonTransactional,
Implementation
const DrivingTollPost(
this.position, {
this.id,
this.time_with_traffic,
this.nonTransactional,
});