setsPortSpots property

bool get setsPortSpots

Gets or sets whether the fromSpot and the toSpot of every Link should be set to Spot.Default. The default value is true.

Implementation

_i2.bool get setsPortSpots => _i4.getProperty(
      this,
      'setsPortSpots',
    );
set setsPortSpots (bool value)

Implementation

set setsPortSpots(_i2.bool value) {
  _i4.setProperty(
    this,
    'setsPortSpots',
    value,
  );
}