numStops property
The number of stops from the departure to the arrival stop. This includes the arrival stop, but not the departure stop. For example, if your directions involve leaving from Stop A, passing through stops B and C, and arriving at stop D, num_stops
will return 3.
Implementation
@BuiltValueField(wireName: r'num_stops')
int? get numStops;