MatchedScoreV2 class
Score of a product according to preferences.
For performance reasons we store just the barcode, not the product.
- Implementers
Constructors
- MatchedScoreV2(Product product, ProductPreferencesManager productPreferencesManager)
Properties
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< MatchedScoreV2> scores) → void