getHashCode static method
Returns the hash code of the given list
Implementation
@Deprecated('Use Object.hashAll instead')
static int getHashCode(Iterable? iterable)
=> iterable == null ? 0: Object.hashAll(iterable);
Returns the hash code of the given list
@Deprecated('Use Object.hashAll instead')
static int getHashCode(Iterable? iterable)
=> iterable == null ? 0: Object.hashAll(iterable);