routes property

List<Route> routes

Routes.

Each object represents a separate route with independent driving directions.

Implementation

List<Route> get routes => _routes.value;