SearchResultHit class

These are the hit from hits in Search Result Model

Constructors

SearchResultHit({required SearchResultDoc document, required Map highlight, required List highlights, required int textMatch, required Map textMatchInfo})
SearchResultHit.fromJson(Map<String, dynamic> json)
factory

Properties

document SearchResultDoc
final
hashCode int
The hash code for this object.
no setterinherited
highlight Map
final
highlights List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textMatch int
text_match
final
textMatchInfo Map
text_match_info
final

Methods

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

Operators

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