deepEquals function

bool deepEquals(
  1. dynamic value,
  2. dynamic other
)

Implementation

bool deepEquals(value, other) { return false; }