linkEquals method

bool linkEquals(
  1. PortalLinkScope other
)

Implementation

bool linkEquals(PortalLinkScope other) => portalLink == other.portalLink;