hashCode property
Returns a hash code based on the imageUrl and fallbackAssetPath.
Implementation
@override
int get hashCode => Object.hash(imageUrl, fallbackAssetPath);
Returns a hash code based on the imageUrl and fallbackAssetPath.
@override
int get hashCode => Object.hash(imageUrl, fallbackAssetPath);