fares property - TransitSectionDetails class - routing library - Dart API
fares
fares property
getter/setter pair
List of tickets to pay for this section of the route.
Note: Currently, fare information is not supported and the list will be always empty.
Implementation
List<Fare> fares;