hashCode property

  1. @override
int get hashCode
override

Calculates the hash code for this PassioFoodMetadata object.

Implementation

@override
int get hashCode =>
    barcode.hashCode ^
    Object.hashAllUnordered(foodOrigins ?? const []) ^
    ingredientsDescription.hashCode ^
    Object.hashAllUnordered(tags ?? const []);