isSelfRouterLinkElement method

bool isSelfRouterLinkElement()
inherited

Implementation

@pragma('vm:prefer-inline')
bool isSelfRouterLinkElement() {
  return target is RouterLinkElement;
}