MatchedProductV2 class

Score of a product according to preferences, with a Product field.

Inheritance

Constructors

MatchedProductV2(Product product, ProductPreferencesManager productPreferencesManager)

Properties

barcode String
finalinherited
debug String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
product Product
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
no setterinherited
status MatchedProductStatusV2
no setterinherited

Methods

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

Operators

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

Static Methods

sort(List<Product> products, ProductPreferencesManager productPreferencesManager) List<MatchedProductV2>
override