transportId property

String transportId

Implementation

String get transportId => js_util.getProperty(this, 'transportId');
void transportId=(String newValue)

Implementation

set transportId(String newValue) {
  js_util.setProperty(this, 'transportId', newValue);
}