invalidateLinkBundle method

void invalidateLinkBundle(
  1. Node other, [
  2. String? thisportid,
  3. String? otherportid
])

(undocumented) @param {Node} other @param {string=} thisportid @param {string=} otherportid

Implementation

void invalidateLinkBundle(
  _i3.Node other, [
  _i2.String? thisportid,
  _i2.String? otherportid,
]) {
  _i4.callMethod(
    this,
    'invalidateLinkBundle',
    [
      other,
      thisportid ?? _i5.undefined,
      otherportid ?? _i5.undefined,
    ],
  );
}