ProductSearchResults class

Results for a product search request.

Constructors

ProductSearchResults({String? indexTime, List<GroupedResult>? productGroupedResults, List<Result>? results})
ProductSearchResults.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
indexTime String?
Timestamp of the index which provided these results.
getter/setter pair
productGroupedResults List<GroupedResult>?
List of results grouped by products detected in the query image.
getter/setter pair
results List<Result>?
List of results, one for each product match.
getter/setter pair
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.
inherited

Operators

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