arrivalTime property
Contain the arrival times for this leg of the journey, specified as the following three properties:
text
the time specified as a string. The time is displayed in the time zone of the transit stop.value
the time specified as Unix time, or seconds since midnight, January 1, 1970 UTC.timeZone
contains the time zone of this station. The value is the name of the time zone as defined in the IANA Time Zone Database, e.g."America/New_York"
.
Implementation
final Time? arrivalTime;