rev property

bool rev

True if the link was reversed during cycle removal. The default value is false.

Implementation

_i2.bool get rev => _i4.getProperty(
      this,
      'rev',
    );
void rev=(bool value)

Implementation

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