isDeepEquals property

bool isDeepEquals
final

If false, the equals operator (==) compares by identity. If true (the default), the equals operator (==) compares all items, ordered.

Implementation

final bool isDeepEquals;