agencies property

List<TransitAgency>? agencies
final

Is an array containing a single TransitAgency object. The TransitAgency object provides information about the operator of the line, including the following properties:

  • name contains the name of the transit agency.
  • phone contains the phone number of the transit agency.
  • url contains 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;