transportId property
String?
get
transportId
Implementation
_i2.String? get transportId => _i4.getProperty(
this,
'transportId',
);
set
transportId
(String? value)
Implementation
set transportId(_i2.String? value) {
_i4.setProperty(
this,
'transportId',
value ?? _i6.undefined,
);
}