SearchableElement class

Searchable element

Annotations
  • @freezed

Constructors

SearchableElement({required SearchableType type, required SearchableHitType hitType, required Searchable searchable, required String text})
const
factory

Properties

copyWith → $SearchableElementCopyWith<SearchableElement>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hitType SearchableHitType
Type of the item found by the search
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchable Searchable
Parent searchable object
no setterinherited
text String
Matching text from the search
no setterinherited
type SearchableType
Type of the searchable object
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited