transportId property
String
get
transportId
Implementation
String get transportId => js_util.getProperty(this, 'transportId');
set
transportId
(String newValue)
Implementation
set transportId(String newValue) {
js_util.setProperty(this, 'transportId', newValue);
}