ObjectEq top-level property

Eq<Object> ObjectEq
final

Implementation

final Eq<Object> ObjectEq = eq((o1, o2) => o1 == o2);