isForwards property

bool get isForwards

Gets whether the linking operation is in the forwards direction, connecting from the "From" port to the "To" port.

Implementation

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

Implementation

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