_equals_utils library

Functions

listEquals<T>(List<T>? a, List<T>? b) bool
mapEquals<T, U>(Map<T, U>? a, Map<T, U>? b) bool
setEquals<T>(Set<T>? a, Set<T>? b) bool