SearchRecommendRulesResponse class final

Annotations
  • @JsonSerializable()

Constructors

SearchRecommendRulesResponse({required List<RecommendRule> hits, required int nbHits, required int page, required int nbPages})
Returns a new SearchRecommendRulesResponse instance.
const
SearchRecommendRulesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
hits List<RecommendRule>
Recommend rules that match the search criteria.
final
nbHits int
Number of results (hits).
final
nbPages int
Number of pages of results.
final
page int
Page of search results to retrieve.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override