hashCode property
Return a hash code for this source.
@return a hash code for this source See Object.hashCode.
Implementation
@override
int get hashCode => uri.hashCode;
Return a hash code for this source.
@return a hash code for this source See Object.hashCode.
@override
int get hashCode => uri.hashCode;