tripShortName property
String?
get
tripShortName
Implementation
String? get tripShortName => getProperty(this, 'trip_short_name');
set
tripShortName
(String? value)
Implementation
set tripShortName(String? value) {
setProperty(this, 'trip_short_name', value);
}