arrivalTime property
Contains the estimated time of arrival for this leg. This property is only returned for transit directions. The result is returned as a Time object with three properties:
valuethe time specified as a DateTime object.textthe time specified as a string. The time is displayed in the time zone of the transit stop.timeZonecontains the time zone of this station. The value is the name of the time zone as defined in theiana, e.g."America/New_York".
Implementation
final Time? arrivalTime;