tripShortName property

  1. @BuiltValueField(wireName: r'trip_short_name')
String? tripShortName

The text that appears in schedules and sign boards to identify a transit trip to passengers. The text should uniquely identify a trip within a service day. For example, "538" is the trip_short_name of the Amtrak train that leaves San Jose, CA at 15:10 on weekdays to Sacramento, CA.

Implementation

@BuiltValueField(wireName: r'trip_short_name')
String? get tripShortName;