routes property

  1. @BuiltValueField.new(wireName: r'routes')
BuiltList<DirectionsRoute> get routes

Contains an array of routes from the origin to the destination. Routes consist of nested Legs and Steps.

Implementation

@BuiltValueField(wireName: r'routes')
BuiltList<DirectionsRoute> get routes;