menu
highlight_sevice package
documentation
link_sevvice.dart
LinkableElement
equals method
equals method
dark_mode
light_mode
equals
method
@
override
bool
equals
(
dynamic
other
)
override
Implementation
@override bool equals(other) => other is LinkableElement && super.equals(other) && other.url == url;
highlight_sevice package
documentation
link_sevvice
LinkableElement
equals method
LinkableElement class