hashObjects function
Generates a hash code for multiple objects.
Implementation
@Deprecated('Use Object.hashAll instead')
int hashObjects(Iterable<Object> objects) => Object.hashAll(objects);
Generates a hash code for multiple objects.
@Deprecated('Use Object.hashAll instead')
int hashObjects(Iterable<Object> objects) => Object.hashAll(objects);