forest property

bool get forest

True if the link is part of the depth first forest. The default value is false.

Implementation

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

Implementation

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