agencies property
Is an array containing a single TransitAgency object. The TransitAgency object provides information about the operator of the line, including the following properties:
namecontains the name of the transit agency.phonecontains the phone number of the transit agency.urlcontains the URL for the transit agency.
You must display the names and URLs of the transit agencies servicing the trip results.
Implementation
final List<TransitAgency>? agencies;