tripShortName property

String? tripShortName

Implementation

String? get tripShortName => getProperty(this, 'trip_short_name');
void tripShortName=(String? value)

Implementation

set tripShortName(String? value) {
  setProperty(this, 'trip_short_name', value);
}