routes property

  1. @BuiltValueField(wireName: r'routes')
BuiltList<DirectionsRoute>? 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;