changes property - TransitRouteOptions class - routing library - Dart API
changes
changes property
getter/setter pair
Maximum number of changes or transfers allowed in a route. When it is not set, unlimited number of changes is permitted. The provided value must be in the range [0, 6].
Implementation
int? changes;