hashCode property

  1. @override
int get hashCode
override

Returns a hash code based on imageUrl and fallbackAssetPath.

This is used in conjunction with operator == to support efficient lookups in hash-based collections like Set and Map.

Implementation

@override
int get hashCode => Object.hash(imageUrl, fallbackAssetPath);