yaml/equality library

Functions

deepEquals(Object? obj1, Object? obj2) bool
Returns whether two objects are structurally equivalent.
deepEqualsMap<K, V>() Map<K, V>
Returns a Map that compares its keys based on deepEquals.
deepHashCode(Object? obj) int
Returns a hash code for obj such that structurally equivalent objects will have the same hash code.