hashObjects function

  1. @Deprecated('Use Object.hashAll instead')
int hashObjects(
  1. Iterable<Object> objects
)

Generates a hash code for multiple objects.

Implementation

@Deprecated('Use Object.hashAll instead')
int hashObjects(Iterable<Object> objects) => Object.hashAll(objects);