equals method

  1. @override
bool equals(
  1. dynamic other
)
override

Implementation

@override
bool equals(other) =>
    other is LinkableElement && super.equals(other) && other.url == url;