toPortId property
String
get
toPortId
Gets or sets the identifier of the port that this link goes to. The default value is the empty string.
Implementation
_i2.String get toPortId => _i4.getProperty(
this,
'toPortId',
);
set
toPortId
(String value)
Implementation
set toPortId(_i2.String value) {
_i4.setProperty(
this,
'toPortId',
value,
);
}