different static method
Check whether the two objects are different (deep compare).
Implementation
static bool different(dynamic a, dynamic b) =>
comparator.different(a, b);
Check whether the two objects are different (deep compare).
static bool different(dynamic a, dynamic b) =>
comparator.different(a, b);