menu
likeminds_chat_flutter_ui package
documentation
packages/linkify/linkify.dart
LinkifyElement
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
dynamic
other
)
Implementation
bool equals(other) => other is LinkifyElement && other.text == text;
likeminds_chat_flutter_ui package
documentation
packages/linkify/linkify
LinkifyElement
equals method
LinkifyElement class