SearchDictionaryEntriesResponse class final

Annotations
  • @JsonSerializable()

Constructors

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

Properties

hashCode int
The hash code for this object.
no setteroverride
hits List<DictionaryEntry>
Dictionary entries matching the search criteria.
final
nbHits int
Number of results (hits).
final
nbPages int
Number of pages of results.
final
page int
Requested page of the API response.
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