DestinyEntitySearchResult class
The results of a search for Destiny content. This will be improved on over time, I've been doing some experimenting to see what might be useful.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyEntitySearchResult()
-
DestinyEntitySearchResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- results ↔ SearchResultOfDestinyEntitySearchResultItem?
-
The items found that are matches/near matches for the searched-for term, sorted by something vaguely resembling "relevance". Hopefully this will get better in the future.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suggestedWords
↔ List<
String> ? -
A list of suggested words that might make for better search results, based on the text searched for.
getter/setter pair
Methods
-
asyncToJson(
) → Future< Map< String, dynamic> > -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyEntitySearchResult>