Calculates the hash code for this PassioFoodMetadata object.
PassioFoodMetadata
@override int get hashCode => barcode.hashCode ^ Object.hashAllUnordered(foodOrigins ?? const []) ^ ingredientsDescription.hashCode ^ Object.hashAllUnordered(tags ?? const []);