fromPortId property

String get fromPortId

Gets or sets the identifier of the port that this link comes from. The default value is the empty string.

Implementation

_i2.String get fromPortId => _i4.getProperty(
      this,
      'fromPortId',
    );
set fromPortId (String value)

Implementation

set fromPortId(_i2.String value) {
  _i4.setProperty(
    this,
    'fromPortId',
    value,
  );
}